public class Jsp extends Object
| Constructor and Description | 
|---|
Jsp()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()
Return the class name of the servlet to use for JSPs. 
 | 
Map<String,String> | 
getInitParameters()
Return the init parameters used to configure the JSP servlet. 
 | 
boolean | 
getRegistered()
Return whether the JSP servlet is registered. 
 | 
void | 
setClassName(String className)  | 
void | 
setInitParameters(Map<String,String> initParameters)  | 
void | 
setRegistered(boolean registered)  | 
public String getClassName()
registered is true and this class is on the classpath then it will be
 registered.public void setClassName(String className)
public Map<String,String> getInitParameters()
public boolean getRegistered()
true to register the JSP servletpublic void setRegistered(boolean registered)