net.fckeditor.requestcycle
Interface UserPathBuilder


public interface UserPathBuilder

An interface which provides a way to build a user-dependent UserFilesPath.

Version:
$Id: UserPathBuilder.java 3840 2009-07-08 20:29:46Z mosipov $

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

getUserFilesPath

java.lang.String getUserFilesPath(javax.servlet.http.HttpServletRequest request)
Getter for the user-dependent UserFilesPath.
Important:

Parameters:
request -
Returns:
null or the UserFilesPath for the current user.


Copyright © 2004-2009 Frederico Caldeira Knabben. All Rights Reserved.