|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler org.abstracthorizon.danube.webdav.java.JavaWebDAVHandler
public class JavaWebDAVHandler
This is convenient extension of BaseWebDAVResourceConnectionHandler
that sets
java resource adapter.
Field Summary | |
---|---|
protected JavaWebDAVResourceAdapter |
javaAdapter
Java resource adapter |
Fields inherited from class org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler |
---|
adapter, bufferSize, collectionRenderer, readOnly, STATUS_FAILED_DEPENDENCY, STATUS_LOCKED |
Fields inherited from class org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler |
---|
cachedMethods, errorResponse, noDefaultHead, noDefaultTrace |
Constructor Summary | |
---|---|
JavaWebDAVHandler()
Constructor |
Method Summary | |
---|---|
Object |
getRootObject()
Returns root object used for the handler |
void |
methodPOST(HTTPConnection connection)
Redirects POST HTTP method to GET |
void |
setApplicationContext(ApplicationContext context)
Sets application context of the object. |
void |
setRootObject(Object root)
Sets the root object to be used with java resource adapter |
Methods inherited from class org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler |
---|
getErrorResponse, getNoDefaultHead, getNoDefaultTrace, handleConnection, invokeMethod, methodTRACE, returnError, returnSimpleContent, setErrorResponse, setNoDefaultHead, setNoDefaultTrace, updateDefaultHeadMethod, updateDefaultTraceMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JavaWebDAVResourceAdapter javaAdapter
Constructor Detail |
---|
public JavaWebDAVHandler()
Method Detail |
---|
public void setApplicationContext(ApplicationContext context) throws BeansException
setApplicationContext
in interface ApplicationContextAware
context
- application context this object is created in.
BeansException
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
public Object getRootObject()
public void setRootObject(Object root)
root
- root objectpublic void methodPOST(HTTPConnection connection)
connection
- connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |