Uses of Class
com.caucho.servlets.webdav.AttributeName

Packages that use AttributeName
com.caucho.servlets.webdav   
 

Uses of AttributeName in com.caucho.servlets.webdav
 

Methods in com.caucho.servlets.webdav with parameters of type AttributeName
 java.lang.String XmlApplicationPath.FileAttributes.getAttribute(AttributeName name)
          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 ApplicationPath.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 AbstractPath.setAttribute(AttributeName name, java.lang.String value, java.lang.String path, HttpServletRequest request, ServletContext app)
          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 XmlApplicationPath.setAttribute(AttributeName name, java.lang.String value, java.lang.String path, HttpServletRequest request, ServletContext app)
          Sets an attribute value.