|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--com.caucho.jsp.QServlet | +--com.caucho.jsp.JspServlet
Handles JSP pages. Most of the work is done in the JspManager and QServlet.
JspManager
, Serialized FormFields inherited from class com.caucho.jsp.QServlet |
application |
Constructor Summary | |
JspServlet()
|
Method Summary | |
java.lang.String |
getServletInfo()
Returns a string describing the servlet. |
void |
init(ServletConfig conf)
Initializes the servlet. |
Methods inherited from class com.caucho.jsp.QServlet |
destroy, getPage, getServletContext, service, setManager |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JspServlet()
Method Detail |
public void init(ServletConfig conf) throws ServletException
init
in class QServlet
javax.servlet.GenericServlet
config
- the servlet's configurationpublic java.lang.String getServletInfo()
GenericServlet
getServletInfo
in class GenericServlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |