|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.tp23.jasper.servlet.JspServlet
The JSP engine (a.k.a Jasper)! Not used but required for compilation.
Field Summary | |
protected javax.servlet.ServletConfig |
config
Description of the Field |
protected javax.servlet.ServletContext |
context
Description of the Field |
protected ServletEngine |
engine
Description of the Field |
protected java.util.Hashtable |
jsps
Description of the Field |
protected JasperLoader |
loader
Description of the Field |
protected Options |
options
Description of the Field |
protected java.lang.ClassLoader |
parentClassLoader
Description of the Field |
protected java.lang.String |
serverInfo
Description of the Field |
Constructor Summary | |
JspServlet()
|
Method Summary | |
void |
destroy()
Description of the Method |
protected boolean |
doLoadJSP(java.lang.String jspUri,
java.lang.String classpath,
boolean isErrorPage,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Description of the Method |
void |
init(javax.servlet.ServletConfig config)
Description of the Method |
boolean |
isOutDated(java.io.File jsp,
JspCompilationContext ctxt,
Mangler mangler)
Determines whether the current JSP class is older than the JSP file from whence it came |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Description of the Method |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.servlet.ServletContext context
protected java.util.Hashtable jsps
protected javax.servlet.ServletConfig config
protected JasperLoader loader
protected Options options
protected java.lang.ClassLoader parentClassLoader
protected ServletEngine engine
protected java.lang.String serverInfo
Constructor Detail |
public JspServlet()
Method Detail |
public boolean isOutDated(java.io.File jsp, JspCompilationContext ctxt, Mangler mangler)
jsp
- Description of Parameterctxt
- Description of Parametermangler
- Description of Parameterpublic void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
config
- Description of Parameterjavax.servlet.ServletException
- Description of Exceptionpublic void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
service
in class javax.servlet.http.HttpServlet
request
- Description of Parameterresponse
- Description of Parameterjavax.servlet.ServletException
- Description of Exceptionjava.io.IOException
- Description of Exceptionpublic void destroy()
destroy
in class javax.servlet.GenericServlet
protected boolean doLoadJSP(java.lang.String jspUri, java.lang.String classpath, boolean isErrorPage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws JasperException, java.io.FileNotFoundException
jspUri
- Description of Parameterclasspath
- Description of ParameterisErrorPage
- Description of Parameterreq
- Description of Parameterres
- Description of ParameterJasperException
- Description of Exceptionjava.io.FileNotFoundException
- Description of Exception
|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |