org.apache.catalina.startup
public final class UserConfig extends Object implements LifecycleListener
~xxxxx
, where
xxxxx is the username of the owning user for that web application
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
String | getConfigClass()
Return the Context configuration class name. |
String | getContextClass()
Return the Context implementation class name. |
String | getDirectoryName()
Return the directory name for user web applications. |
String | getHomeBase()
Return the base directory containing user home directories. |
String | getUserClass()
Return the user database class name for this component. |
void | lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Host.
|
void | setConfigClass(String configClass)
Set the Context configuration class name.
|
void | setContextClass(String contextClass)
Set the Context implementation class name.
|
void | setDirectoryName(String directoryName)
Set the directory name for user web applications.
|
void | setHomeBase(String homeBase)
Set the base directory containing user home directories.
|
void | setUserClass(String userClass)
Set the user database class name for this component. |
Parameters: event The lifecycle event that has occurred
Parameters: configClass The new Context configuration class name.
Parameters: contextClass The new Context implementation class name.
Parameters: directoryName The new directory name
Parameters: homeBase The new base directory