| java.lang.Object com.caucho.servlets.webdav.AbstractPath com.caucho.servlets.webdav.ApplicationPath com.caucho.servlets.webdav.FilePath
FilePath | public FilePath()(Code) | | |
FilePath | public FilePath(Path root)(Code) | | |
getRoot | public Path getRoot()(Code) | | Returns the root path.
|
setRoot | public void setRoot(Path path)(Code) | | path the root path.
|
Methods inherited from com.caucho.servlets.webdav.ApplicationPath | public boolean canRead(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean exists(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public String getAttribute(AttributeName name, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public Iterator getAttributeNames(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public long getLastModified(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public long getLength(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) protected Path getPath(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean isDirectory(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean isFile(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public String[] list(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean mkdir(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public InputStream openRead(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public OutputStream openWrite(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean remove(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public void removeAttribute(String name, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean rmdir(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean setAttribute(AttributeName name, String value, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc)
|
Fields inherited from com.caucho.servlets.webdav.AbstractPath | final protected static Logger log(Code)(Java Doc)
|
Methods inherited from com.caucho.servlets.webdav.AbstractPath | abstract public boolean canRead(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public void destroy()(Code)(Java Doc) abstract public boolean exists(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public String getAttribute(AttributeName name, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public Iterator getAttributeNames(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public long getLastModified(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public long getLength(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public boolean isDirectory(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public boolean isFile(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public String[] list(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public boolean mkdir(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public InputStream openRead(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public OutputStream openWrite(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public boolean remove(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean removeAttribute(AttributeName name, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean rename(String path, String destination, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) abstract public boolean rmdir(String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc) public boolean setAttribute(AttributeName name, String value, String path, HttpServletRequest request, ServletContext app) throws IOException(Code)(Java Doc)
|
|
|