com.meterware.servletunit
Interface JSPServletDescriptor
public
interface
JSPServletDescriptor
Describes a servlet used to handle JSPs.
Author: Russell Gold
Method Summary |
String | getClassName()
Returns the class name of the JSP servlet. |
Hashtable | getInitializationParameters(String classPath, String workingDirectory)
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory. |
public String getClassName()
Returns the class name of the JSP servlet.
public Hashtable getInitializationParameters(String classPath, String workingDirectory)
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.