com.caucho.jsp
Class JavaPage
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--com.caucho.jsp.Page
|
+--com.caucho.jsp.JavaPage
- public abstract class JavaPage
- extends Page
- implements HttpJspPage
- See Also:
- Serialized Form
Methods inherited from class com.caucho.jsp.Page |
_caucho_addCacheDepend,
_caucho_addDepend,
_caucho_addDepend,
_caucho_getLineMap,
_caucho_init,
_caucho_isModified,
_caucho_lastModified,
_caucho_setAlwaysModified,
_caucho_setCacheable,
_caucho_setContentType,
getLastModified,
init,
service,
service |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
JavaPage
public JavaPage()
init
public void init(ServletConfig config)
throws ServletException
- Description copied from interface: Servlet
- Initialize the servlet. ServletConfig contains servlet parameters
from the configuration file. GenericServlet will store the config
for later use.
- Overrides:
- init in class GenericServlet
- Tags copied from interface: Servlet
- Parameters:
config
- information from the configuration file.
jspInit
public void jspInit()
subservice
public final void subservice(com.caucho.server.http.CauchoRequest request,
com.caucho.server.http.CauchoResponse response,
java.util.HashMap properties)
throws ServletException,
java.io.IOException
- Overrides:
- subservice in class Page
_jspService
public abstract void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Specified by:
- _jspService in interface HttpJspPage
getServletInfo
public java.lang.String getServletInfo()
- Description copied from interface: Servlet
- Returns an information string about the servlet.
- Overrides:
- getServletInfo in class GenericServlet
destroy
public final void destroy()
- Description copied from interface: Servlet
- Called when the servlet shuts down. Servlets can use this to close
database connections, etc. Servlets generally only shutdown when
the application closes.
- Overrides:
- destroy in class GenericServlet
jspDestroy
public void jspDestroy()