|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetLastModified
public class GetLastModified
This class models WebDAV's getlastmodified request property tag
Field Summary | |
---|---|
protected long |
lastModified
Last modified timestamp |
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty |
---|
CONSTRUCTOR_ARGUMENTS_CLASSES, logger, packageName |
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler |
---|
parent |
Constructor Summary | |
---|---|
GetLastModified(XMLParserHandler parent)
Constructor |
Method Summary | |
---|---|
String |
asString()
Retunrs timestamp as string using format. |
Object |
end(Object current,
String tag,
String value)
Returns parent object and does nothing else |
long |
getLastModified()
This class returns last modified timestamp |
ResponseProperty |
processResponse(ResourceAdapter adapter,
Object resource)
Returns GetLastModified |
String |
toString()
|
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty |
---|
constructResponse, processRemoveProperty, processSetProperty |
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler |
---|
start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long lastModified
Constructor Detail |
---|
public GetLastModified(XMLParserHandler parent)
parent
- parent parser handlerMethod Detail |
---|
public Object end(Object current, String tag, String value) throws SAXException
AbstractSimpleXMLHandler
end
in interface XMLParserHandler
end
in class AbstractSimpleXMLHandler
current
- current objecttag
- tagvalue
- tag value
SAXException
- sax exceptionpublic long getLastModified()
public ResponseProperty processResponse(ResourceAdapter adapter, Object resource)
GetLastModified
processResponse
in class RequestProperty
adapter
- adapterresource
- resource
GetLastModified
public String asString()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |