org.apache.cocoon.components.jsp
Interface JSPEngine
- All Superinterfaces:
- org.apache.avalon.framework.component.Component
- All Known Implementing Classes:
- JSPEngineImpl, JSPEngineImplNamedDispatcherInclude
- public interface JSPEngine
- extends org.apache.avalon.framework.component.Component
A component for loading and running JSP.
- Version:
- CVS $Id: JSPEngine.java,v 1.5 2002/02/22 07:00:07 cziegeler Exp $
- Author:
- Davanum Srinivas
Field Summary |
static java.lang.String |
ROLE
|
Method Summary |
byte[] |
executeJSP(java.lang.String url,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
execute the JSP and return the output |
ROLE
public static final java.lang.String ROLE
executeJSP
public byte[] executeJSP(java.lang.String url,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
throws java.io.IOException,
javax.servlet.ServletException,
org.xml.sax.SAXException,
java.lang.Exception
- execute the JSP and return the output
- Parameters:
context
- The Servlet Context- Throws:
java.io.IOException
- javax.servlet.ServletException
- org.xml.sax.SAXException
- java.lang.Exception
-
Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.