org.abstracthorizon.danube.webdav.java.properties
Class GetContentType

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
      extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
          extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentType
              extended by org.abstracthorizon.danube.webdav.java.properties.GetContentType
All Implemented Interfaces:
XMLParserHandler

public class GetContentType
extends GetContentType

Returns content type of the object as defined in java resource adapter

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentType
contentType
 
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
GetContentType(XMLParserHandler parent)
          Constuctor
 
Method Summary
 ResponseProperty processResponse(ResourceAdapter adapter, Object resource)
          Returns GetContentType using adapter's @link JavaWebDAVResourceAdapter.getContentType(Object)
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.GetContentType
end, getContentType, 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
 

Constructor Detail

GetContentType

public GetContentType(XMLParserHandler parent)
Constuctor

Parameters:
parent - parser handler
Method Detail

processResponse

public ResponseProperty processResponse(ResourceAdapter adapter,
                                        Object resource)
Returns GetContentType using adapter's @link JavaWebDAVResourceAdapter.getContentType(Object)

Overrides:
processResponse in class RequestProperty
Parameters:
adapter - adapter
resource - resource
Returns:
GetContentType


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.