org.apache.struts2.views
类 JspSupportServlet

java.lang.Object
  继承者 javax.servlet.GenericServlet
      继承者 javax.servlet.http.HttpServlet
          继承者 org.apache.struts2.views.JspSupportServlet
所有已实现的接口:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JspSupportServlet
extends javax.servlet.http.HttpServlet

另请参见:
序列化表格

字段摘要
static JspSupportServlet jspSupportServlet
           
 
构造方法摘要
JspSupportServlet()
           
 
方法摘要
 void init(javax.servlet.ServletConfig servletConfig)
           
 
从类 javax.servlet.http.HttpServlet 继承的方法
service
 
从类 javax.servlet.GenericServlet 继承的方法
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

jspSupportServlet

public static JspSupportServlet jspSupportServlet
构造方法详细信息

JspSupportServlet

public JspSupportServlet()
方法详细信息

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
指定者:
接口 javax.servlet.Servlet 中的 init
覆盖:
javax.servlet.GenericServlet 中的 init
抛出:
javax.servlet.ServletException