com.meterware.servletunit
Class ServletRunner.JasperJSPServletDescriptor

java.lang.Object
  extended bycom.meterware.servletunit.ServletRunner.JasperJSPServletDescriptor
All Implemented Interfaces:
JSPServletDescriptor
Enclosing class:
ServletRunner

public static class ServletRunner.JasperJSPServletDescriptor
extends java.lang.Object
implements JSPServletDescriptor


Constructor Summary
ServletRunner.JasperJSPServletDescriptor()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRunner.JasperJSPServletDescriptor

public ServletRunner.JasperJSPServletDescriptor()
Method Detail

getClassName

public java.lang.String getClassName()
Description copied from interface: JSPServletDescriptor
Returns the class name of the JSP servlet.

Specified by:
getClassName in interface JSPServletDescriptor

getInitializationParameters

public java.util.Hashtable getInitializationParameters(java.lang.String classPath,
                                                       java.lang.String workingDirectory)
Description copied from interface: JSPServletDescriptor
Returns initialization parameters for the JSP servlet, given the specified classpath and working directory.

Specified by:
getInitializationParameters in interface JSPServletDescriptor

Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.