com.meterware.servletunit

Interface JSPServletDescriptor

public interface JSPServletDescriptor

Describes a servlet used to handle JSPs.

Author: Russell Gold

Method Summary
StringgetClassName()
Returns the class name of the JSP servlet.
HashtablegetInitializationParameters(String classPath, String workingDirectory)
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.

Method Detail

getClassName

public String getClassName()
Returns the class name of the JSP servlet.

getInitializationParameters

public Hashtable getInitializationParameters(String classPath, String workingDirectory)
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.