|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.util.LiveProperty
public final class LiveProperty
represents a live property as defined by RFC 4918.
| Constructor Summary | |
|---|---|
LiveProperty(DAVProperties prop)
creates a new live property from the given DAVProperties. |
|
LiveProperty(DAVProperties prop,
org.jdom.Content content)
creates a new live property from the given DAVProperties and
adds the Content as the properties content. |
|
LiveProperty(org.jdom.Element el)
creates a new live property from the given element. |
|
| Method Summary | |
|---|---|
IProperty |
extractPrototype()
returns a prototype of the live property. |
java.lang.String |
getName()
returns the name of the live property. |
java.lang.String |
getNamespaceURI()
returns the namespace URI of the live property. |
org.jdom.Element |
getPropElement()
returns the live property as a JDOM element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiveProperty(DAVProperties prop)
DAVProperties.
prop - the DAVProperties type for the live property
public LiveProperty(DAVProperties prop,
org.jdom.Content content)
DAVProperties and
adds the Content as the properties content.
prop - the DAVProperties type for the live propertycontent - the content for the live propertypublic LiveProperty(org.jdom.Element el)
el - the element to be processed| Method Detail |
|---|
public IProperty extractPrototype()
extractPrototype in interface IPropertyIProperty.extractPrototype()public java.lang.String getName()
getName in interface IPropertyIProperty.getName()public java.lang.String getNamespaceURI()
getNamespaceURI in interface IPropertyIProperty.getNamespaceURI()public org.jdom.Element getPropElement()
getPropElement in interface IPropertyIProperty.getPropElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||