|
||||||||||
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.GetContentLanguage
public class GetContentLanguage
This class models WebDAV's getcontentlanguage tag
Field Summary | |
---|---|
protected static String |
cachedContentLanguage
Cached local content language |
protected String |
contentLanguage
Content language |
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 | |
---|---|
GetContentLanguage(XMLParserHandler parent)
Constructor |
Method Summary | |
---|---|
Object |
end(Object current,
String tag,
String value)
Returns parent object and does nothing else |
String |
getContentLanguage()
Returns content language |
ResponseProperty |
processResponse(ResourceAdapter adapter,
Object resource)
Returns GetContentLanguage |
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 static String cachedContentLanguage
protected String contentLanguage
Constructor Detail |
---|
public GetContentLanguage(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 String getContentLanguage()
public ResponseProperty processResponse(ResourceAdapter adapter, Object resource)
GetContentLanguage
processResponse
in class RequestProperty
adapter
- adapterresource
- resource
GetContentLanguage
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |