|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.jsp.JSPEngineImplWLS
public class JSPEngineImplWLS
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.
| Field Summary | |
|---|---|
static String |
CONFIG_SERVLET_NAME
config-parameter name for specifying the jsp servlet-name. |
static String |
DEFAULT_SERVLET_NAME
default value of CONFIG_SERVLET_NAME. |
static String |
INC_SERVLET_PATH
The Servlet Include Path |
| Fields inherited from interface org.apache.cocoon.components.jsp.JSPEngine |
|---|
ROLE |
| Constructor Summary | |
|---|---|
JSPEngineImplWLS()
|
|
| Method Summary | |
|---|---|
byte[] |
executeJSP(String url,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse,
ServletContext servletContext)
execute the JSP and return the output |
void |
parameterize(Parameters params)
parameterize |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INC_SERVLET_PATH
public static final String CONFIG_SERVLET_NAME
public static final String DEFAULT_SERVLET_NAME
| Constructor Detail |
|---|
public JSPEngineImplWLS()
| Method Detail |
|---|
public void parameterize(Parameters params)
throws ParameterException
parameterize in interface Parameterizableparams - Parameters
ParameterException
public byte[] executeJSP(String url,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse,
ServletContext servletContext)
throws IOException,
ServletException,
Exception
executeJSP in interface JSPEngineurl - servletRequest - servletResponse - servletContext -
IOException
ServletException
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||