com.webmethods.caf.faces.data.export.atom
Class Person
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Element
com.webmethods.caf.faces.data.export.atom.Person
public class Person
- extends Element
Represents an atom person element (like author or contributor).
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Element |
enforceChildrenConformance, enforceChildrenConformance, enforceConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printEndTag, printStartTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setLang, setName, setParent, toString |
RE_URI
protected static final Pattern RE_URI
RE_TITLE_FROM_URL
protected static final Pattern RE_TITLE_FROM_URL
m_personName
protected String m_personName
m_uri
protected String m_uri
m_email
protected String m_email
Person
public Person()
Person
public Person(Object o)
setProperties
protected void setProperties(IContentProvider provider,
Collection keys)
- Description copied from class:
Element
- Set the normalized properties of this element.
- Overrides:
setProperties
in class Element
setContent
public void setContent(String content)
- Overrides:
setContent
in class Element
printContent
protected Element.ElementContentType printContent(PrintWriter out,
int tabs)
- Description copied from class:
Element
- Prints the content for this element.
Includes close bracket for start tag (">"), if needed, child elements, and textual content.
- Overrides:
printContent
in class Element
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPersonName
public String getPersonName()
setPersonName
public void setPersonName(String name)
getUri
public String getUri()
setUri
public void setUri(String uri)