org.tp23.jsp
Interface JspBase
- All Known Implementing Classes:
- ObjectJspBase
- public interface JspBase
Interface for the classes compiled from JSP's.
- Author:
- Paul Hinds
destroy
public void destroy()
setClassLoader
public void setClassLoader(java.lang.ClassLoader cl)
getClassLoader
public java.lang.ClassLoader getClassLoader()
service
public void service(Destination destination)
throws java.io.IOException,
JspEngineException
jspInit
public void jspInit()
jspDestroy
public void jspDestroy()
_jspService
public void _jspService(Destination destination)
throws java.io.IOException,
JspEngineException