Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » [javadoc | source]
org.apache.struts2
public class: JSPServletConfig [javadoc | source]
java.lang.Object
   org.apache.struts2.JSPServletConfig

All Implemented Interfaces:
    ServletConfig

Used to init the servlets for the jsps
Constructor:
 public JSPServletConfig(ServletContext servletContext) 
Method from org.apache.struts2.JSPServletConfig Summary:
getInitParameter,   getInitParameterNames,   getServletContext,   getServletName
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.JSPServletConfig Detail:
 public String getInitParameter(String name) 
 public Enumeration getInitParameterNames() 
 public ServletContext getServletContext() 
 public String getServletName()