|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserPathBuilder
Interface to provide a way to build a user dependent 'BaseDir.
Method Summary | |
---|---|
java.lang.String |
getUserFilesPath(javax.servlet.http.HttpServletRequest request)
Getter for the user dependent 'BaseDir'. Important: If the implementation returns null , ConnectorHandler will used
the default one! That's useful, if the implementation doesn't bother you.
The returned directory string has to start with '/', but has to end without '/'.
The dir has to be within the context
|
Method Detail |
---|
java.lang.String getUserFilesPath(javax.servlet.http.HttpServletRequest request)
null
, ConnectorHandler
will used
the default one! That's useful, if the implementation doesn't bother you.
request
-
null
or the 'BaseDir' string for the current user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |