org.apache.struts2.views
public class: JspSupportServlet [javadoc |
source]
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts2.views.JspSupportServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig
| Field Summary |
|---|
| public static JspSupportServlet | jspSupportServlet | |
| Method from org.apache.struts2.views.JspSupportServlet Summary: |
|---|
|
init |
| Methods from javax.servlet.http.HttpServlet: |
|---|
|
service |
| Methods from javax.servlet.GenericServlet: |
|---|
|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service |
| Method from org.apache.struts2.views.JspSupportServlet Detail: |
public void init(ServletConfig servletConfig) throws ServletException {
super.init(servletConfig);
jspSupportServlet = this;
}
|