net.fckeditor.requestcycle
Interface UserPathBuilder


public interface UserPathBuilder

Interface to provide a way to build a user dependent 'BaseDir.

Version:
$Id: UserPathBuilder.java 1906 2008-04-10 16:37:42Z th-schwarz $

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

getUserFilesPath

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

Parameters:
request -
Returns:
null or the 'BaseDir' string for the current user.


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