Liferay 6.2-ce-ga5

com.liferay.util.bridges.php
Class ServletContextPath

java.lang.Object
  extended by com.caucho.vfs.Path
      extended by com.caucho.vfs.FilesystemPath
          extended by com.liferay.util.bridges.php.ServletContextPath

public class ServletContextPath
extends com.caucho.vfs.FilesystemPath


Field Summary
 
Fields inherited from class com.caucho.vfs.FilesystemPath
_bindRoot, _pathname, _root, _userPath
 
Fields inherited from class com.caucho.vfs.Path
_pathSeparatorChar, _schemeMap, _separatorChar, L
 
Constructor Summary
protected ServletContextPath(com.caucho.vfs.FilesystemPath root, String userPath, String path, javax.servlet.ServletContext servletContext)
           
  ServletContextPath(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 boolean canRead()
           
 com.caucho.vfs.Path fsWalk(String userPath, Map<String,Object> newAttributes, String path)
           
 String getScheme()
           
 com.caucho.vfs.StreamImpl openReadImpl()
           
 
Methods inherited from class com.caucho.vfs.FilesystemPath
bind, createRoot, equals, getFullPath, getParent, getPath, getRoot, getTail, getUserPath, hashCode, normalizePath, normalizePath, schemeWalk, setUserPath
 
Methods inherited from class com.caucho.vfs.Path
cacheCopy, canExecute, canWrite, changeGroup, changeGroup, changeOwner, changeOwner, chmod, clearStatusCache, copy, createDepend, createLink, createNewFile, createRoot, createTempFile, escapeURL, exists, getAttribute, getAttributeNames, getBlockCount, getBlockSize, getCache, getCertificates, getContentType, getCrc64, getCreateTime, getDevice, getDeviceId, getDiskSpaceFree, getDiskSpaceTotal, getFileSeparatorChar, getGroup, getHost, getInode, getLastAccessTime, getLastModified, getLastStatusChangeTime, getLength, getMode, getNativePath, getNewlineString, getNumberOfLinks, getObject, getOwner, getPathSeparatorChar, getPort, getQuery, getRelativePath, getResources, getResources, getSchemeMap, getSeparatorChar, getURL, getUser, getUserDir, getValue, isBlockDevice, isCharacterDevice, isDirectory, isExecutable, isFIFO, isFile, isHardLink, isLink, isObject, isPathCacheable, isSocket, isSymbolicLink, isWindows, isWindowsInsecure, iterator, list, lookup, lookup, lookup, lookupImpl, lookupNative, lookupNative, lookupRelativeNativePath, mkdir, mkdirs, openAppend, openAppendImpl, openRandomAccess, openRead, openReadWrite, openReadWrite, openReadWrite, openReadWriteImpl, openWrite, openWriteImpl, putCache, readLink, realPath, remove, removeAll, renameTo, renameTo, scanScheme, setDefaultSchemeMap, setExecutable, setLastModified, setObject, setTestWindows, setValue, toString, truncate, truncate, unbind, writeToStream, writeToStream
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletContextPath

public ServletContextPath(javax.servlet.ServletContext servletContext)

ServletContextPath

protected ServletContextPath(com.caucho.vfs.FilesystemPath root,
                             String userPath,
                             String path,
                             javax.servlet.ServletContext servletContext)
Method Detail

canRead

public boolean canRead()
Overrides:
canRead in class com.caucho.vfs.Path

fsWalk

public com.caucho.vfs.Path fsWalk(String userPath,
                                  Map<String,Object> newAttributes,
                                  String path)
Specified by:
fsWalk in class com.caucho.vfs.FilesystemPath

getScheme

public String getScheme()
Specified by:
getScheme in class com.caucho.vfs.Path

openReadImpl

public com.caucho.vfs.StreamImpl openReadImpl()
                                       throws IOException
Overrides:
openReadImpl in class com.caucho.vfs.Path
Throws:
IOException

Liferay 6.2-ce-ga5