|
|||||||||
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.HierarchicalMethod
public abstract class HierarchicalMethod
Abstract base class for the hierarchical methods COPY and MOVE
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.repo.webdav.WebDAVMethod |
---|
WebDAVMethod.Condition |
Field Summary | |
---|---|
protected boolean |
m_overwrite
|
protected java.lang.String |
m_strDestinationPath
|
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 | |
---|---|
HierarchicalMethod()
Default constructor |
Method Summary | |
---|---|
protected void |
checkDestinationPath(java.lang.String path)
Check that the destination path is on this server and is a valid WebDAV path for this server |
java.lang.String |
getDestinationPath()
Return the destination path |
boolean |
hasOverWrite()
Return the overwrite setting |
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 java.lang.String m_strDestinationPath
protected boolean m_overwrite
Constructor Detail |
---|
public HierarchicalMethod()
Method Detail |
---|
public final java.lang.String getDestinationPath()
public final boolean hasOverWrite()
protected void parseRequestHeaders() throws WebDAVServerException
parseRequestHeaders
in class WebDAVMethod
WebDAVServerException
protected void parseRequestBody() throws WebDAVServerException
parseRequestBody
in class WebDAVMethod
WebDAVServerException
protected final void checkDestinationPath(java.lang.String path) throws WebDAVServerException
path
- String
WebDAVServerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |