|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.webdav.WebDAVMethod
org.alfresco.repo.webdav.GetMethod
public class GetMethod
Implements the WebDAV GET method
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.repo.webdav.WebDAVMethod |
---|
WebDAVMethod.Condition |
Field Summary | |
---|---|
protected boolean |
m_returnContent
|
Fields inherited from class org.alfresco.repo.webdav.WebDAVMethod |
---|
logger, m_childToParent, m_conditions, m_davHelper, m_depth, m_parentLockInfo, m_request, m_resourceTag, m_response, m_rootNodeRef, m_strPath, m_userAgent |
Constructor Summary | |
---|---|
GetMethod()
Default constructor |
Method Summary | |
---|---|
protected void |
executeImpl()
Exceute the WebDAV request |
protected boolean |
isReadOnly()
Override and return true if the method is a query method only. |
protected void |
parseRequestBody()
Parse the request body |
protected void |
parseRequestHeaders()
Parse the request headers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean m_returnContent
Constructor Detail |
---|
public GetMethod()
Method Detail |
---|
protected void parseRequestHeaders() throws WebDAVServerException
parseRequestHeaders
in class WebDAVMethod
WebDAVServerException
protected void parseRequestBody() throws WebDAVServerException
parseRequestBody
in class WebDAVMethod
WebDAVServerException
protected boolean isReadOnly()
WebDAVMethod
isReadOnly
in class WebDAVMethod
protected void executeImpl() throws WebDAVServerException, java.lang.Exception
executeImpl
in class WebDAVMethod
WebDAVServerException
java.lang.Exception
- any unhandled exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |