Package org.apache.catalina.servlets
Class WebdavServlet.ProppatchOperation
java.lang.Object
org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
- Enclosing class:
- WebdavServlet
Represents a PROPPATCH sub operation to be performed.
- 
Constructor SummaryConstructorsConstructorDescriptionProppatchOperation(org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType updateType, Node propertyNode) PROPPATCH operation constructor.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintorg.apache.catalina.servlets.WebdavServlet.PropertyUpdateTypevoidsetStatusCode(int statusCode) 
- 
Constructor Details- 
ProppatchOperationpublic ProppatchOperation(org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType updateType, Node propertyNode) PROPPATCH operation constructor.- Parameters:
- updateType- the update type, either SET or REMOVE
- propertyNode- the XML node that contains the property name (and value if SET)
 
 
- 
- 
Method Details- 
getUpdateTypepublic org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType getUpdateType()- Returns:
- the updateType for this operation
 
- 
getPropertyNode- Returns:
- the propertyNode the XML node that contains the property name (and value if SET)
 
- 
getStatusCodepublic int getStatusCode()- Returns:
- the statusCode the statusCode to set as a result of the operation
 
- 
setStatusCodepublic void setStatusCode(int statusCode) - Parameters:
- statusCode- the statusCode to set as a result of the operation
 
- 
getProtectedPropertypublic boolean getProtectedProperty()- Returns:
- trueif the property is protected
 
 
-