| org.apache.cocoon.components.jsp.JSPEngineImplWLS
JSPEngineImplWLS | public class JSPEngineImplWLS extends AbstractLogEnabled implements JSPEngine,Parameterizable,ThreadSafe(Code) | | Allows WLS JSP to be used as a generator.
This implementation includes via ServletContext.getNamedDispatcher() the
jsp-response. This a WLS-specific implementation.
This code contain WLS 5.1 specific classes, and uses WLS internal classes.
author: Davanum Srinivas author: Bernhard Huber version: CVS $Id: JSPEngineImplWLS.java 433543 2006-08-22 06:22:54Z crossley $ |
CONFIG_SERVLET_NAME | final public static String CONFIG_SERVLET_NAME(Code) | | config-parameter name for specifying the jsp servlet-name.
ie. servlet-name
|
DEFAULT_SERVLET_NAME | final public static String DEFAULT_SERVLET_NAME(Code) | | default value of CONFIG_SERVLET_NAME.
ie. *jsp, this is the WLS JSP servlet default name
|
INC_SERVLET_PATH | final public static String INC_SERVLET_PATH(Code) | | The Servlet Include Path
|
servletName | String servletName(Code) | | the configured name of the jsp servlet
|
parameterize | public void parameterize(Parameters params) throws ParameterException(Code) | | parameterize
Parameters: params - Parameters exception: ParameterException - |
|
|