|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserPathBuilder
An interface which provides a way to build a user-dependent
UserFilesPath
.
Method Summary | |
---|---|
java.lang.String |
getUserFilesPath(javax.servlet.http.HttpServletRequest request)
Getter for the user-dependent UserFilesPath .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 path has to be within the context.
|
Method Detail |
---|
java.lang.String getUserFilesPath(javax.servlet.http.HttpServletRequest request)
UserFilesPath
.null
,
ConnectorHandler
will used the default one! That's useful, if the
implementation doesn't bother you.
request
-
null
or the UserFilesPath
for the
current user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |