| java.lang.Object org.apache.jetspeed.engine.servlet.ServletHelper
ServletHelper | public class ServletHelper (Code) | | Servlet Helper functions
author: David Sean Taylor version: $Id: ServletHelper.java 516448 2007-03-09 16:25:47Z ate $ |
CONFIG_NAMESPACE | final public static String CONFIG_NAMESPACE(Code) | | |
LOGGING_ROOT_DEFAULT | final public static String LOGGING_ROOT_DEFAULT(Code) | | Default Value for the Logging Directory, relative to the webroot
|
findInitParameter | final public static String findInitParameter(ServletContext context, ServletConfig config, String name, String defaultValue)(Code) | | Finds the specified servlet configuration/initialization
parameter, looking first for a servlet-specific parameter, then
for a global parameter, and using the provided default if not
found.
|
getRealPath | public static String getRealPath(ServletConfig config, String path)(Code) | | Used to get the real path of configuration and resource
information.
Parameters: path - path translated to the application root the real path |
|
|