|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.portlets.user.shareupdates.server.opengraph.MetaElement
public class MetaElement
Represents OpenGraph enabled meta data for a specific document
Constructor Summary | |
---|---|
MetaElement(OpenGraphNamespace namespace,
String property,
String content)
Construct the representation of an element |
Method Summary | |
---|---|
String |
getContent()
Fetch the content string of the element |
OpenGraphNamespace |
getNamespace()
Fetch the OpenGraph namespace |
String |
getProperty()
Fetch the property of the element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaElement(OpenGraphNamespace namespace, String property, String content)
namespace
- The namespace the element belongs toproperty
- The property keycontent
- The content or value of this elementMethod Detail |
---|
public String getContent()
public OpenGraphNamespace getNamespace()
public String getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |