|
|||||||||
| Home >> All >> com >> meterware >> [ servletunit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.meterware.servletunit
Interface JSPServletDescriptor

- All Known Implementing Classes:
- ServletRunner.JasperJSPServletDescriptor
- public interface JSPServletDescriptor
Describes a servlet used to handle JSPs.
| Method Summary | |
java.lang.String |
getClassName()
Returns the class name of the JSP servlet. |
java.util.Hashtable |
getInitializationParameters(java.lang.String classPath,
java.lang.String workingDirectory)
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory. |
| Method Detail |
getClassName
public java.lang.String getClassName()
- Returns the class name of the JSP servlet.
getInitializationParameters
public java.util.Hashtable getInitializationParameters(java.lang.String classPath, java.lang.String workingDirectory)
- Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.
|
|||||||||
| Home >> All >> com >> meterware >> [ servletunit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC