|
LocationModule
com.roxen.roxen
|
Method Summary | |
java.lang.String[] |
findDir(java.lang.String f,
RoxenRequest id)
List the contents of a directory. |
RoxenResponse |
findFile(java.lang.String f,
RoxenRequest id)
Request a file from this module. |
java.lang.String |
queryLocation()
Returns the URL path handled by this module. |
java.lang.String |
realFile(java.lang.String f,
RoxenRequest id)
Get the real filename of a file. |
int[] |
statFile(java.lang.String f,
RoxenRequest id)
Get the attributes of a file or directory. |
Method Detail |
f
- the path of the file relative to the location of
this moduleid
- the request objectnull
if no such
file exists.f
- the path of the directory relative to the location of
this moduleid
- the request objectnull
if no such
directory exists.f
- the path of the file relative to the location of
this moduleid
- the request objectnull
if this resource is not a real
file.mode
,
size
, atime
, mtime
,
ctime
, uid
, gid
.f
- the path of the file or directory relative to the
location of this moduleid
- the request objectnull
if this information is not available.