Package | Description |
---|---|
com.caucho.servlets.webdav |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XmlApplicationPath.FileAttributes.getAttribute(AttributeName name)
Returns an attribute value.
|
java.lang.String |
ApplicationPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
java.lang.String |
AbstractPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
java.lang.String |
XmlApplicationPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
void |
XmlApplicationPath.FileAttributes.removeAttribute(AttributeName name)
Removes an attribute value.
|
boolean |
AbstractPath.removeAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes an attribute value.
|
boolean |
XmlApplicationPath.removeAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes an attribute value.
|
boolean |
XmlApplicationPath.FileAttributes.setAttribute(AttributeName name,
java.lang.String value)
Sets an attribute value.
|
boolean |
ApplicationPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|
boolean |
AbstractPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|
boolean |
XmlApplicationPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|