com.webmethods.caf.faces.data.export.atom
Class Date
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Element
com.webmethods.caf.faces.data.export.atom.Date
public class Date
- extends Element
Represents an atom date element (like updated or published).
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, multipleValues, printAttribute, printChildren, printChildren, printChildren, printContent, printEndTag, printStartTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setLang, setName, setParent, toString |
IS_RFC3339_DATE
public static Pattern IS_RFC3339_DATE
RFC3339_DATE_FORMAT
public static DateFormat RFC3339_DATE_FORMAT
m_ms
protected long m_ms
Date
public Date()
Date
public Date(Object o)
initialize
protected void initialize(Object o)
- Description copied from class:
Element
- Initialize with specified object.
- Overrides:
initialize
in class Element
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
setDate
protected void setDate(Object o)
getMs
public long getMs()
setMs
public void setMs(long ms)