A C D E F G H I J L M O P R S T U

A

AbstractHttpClient - class j2eeunit.client.AbstractHttpClient.
Abstract class that all HTTP clients to the server redirector must extend.
AbstractHttpClient() - Constructor for class j2eeunit.client.AbstractHttpClient
 
addCookie(String, String) - Method in class j2eeunit.ServletTestRequest
Adds a cookie to the request.
addHeader(String, String) - Method in class j2eeunit.ServletTestRequest
Adds a header to the request.
addParameter(String, String) - Method in class j2eeunit.ServletTestRequest
Adds a parameter to the request.
AssertionFailedErrorWrapper - error j2eeunit.client.AssertionFailedErrorWrapper.
Same as ServletExceptionWrapper except that this exception class extends JUnit AssertionFailedError so that JUnit will print a different message in it's runner console.
AssertionFailedErrorWrapper() - Constructor for class j2eeunit.client.AssertionFailedErrorWrapper
Standard throwable constructor.
AssertionFailedErrorWrapper(String) - Constructor for class j2eeunit.client.AssertionFailedErrorWrapper
Standard throwable constructor.
AssertionFailedErrorWrapper(String, String, String) - Constructor for class j2eeunit.client.AssertionFailedErrorWrapper
The constructor to use to simulate a real exception.
AssertUtils - class j2eeunit.util.AssertUtils.
J2EEUnit utility classes to help assert returned results from server side code.
AssertUtils() - Constructor for class j2eeunit.util.AssertUtils
 
AUTOSESSION_NAME_PARAM - Static variable in class j2eeunit.ServiceDefinition
Name of the parameter in the HTTP request that specify if a session should be automatically created for the user or not.

C

CALL_TEST_SERVICE - Static variable in class j2eeunit.ServiceEnumeration
Call test method Service.
CallerHelper - class j2eeunit.server.CallerHelper.
Helper class to call the setUp() and tearDown() methods of the class to test on the server side.
CallerHelper() - Constructor for class j2eeunit.server.CallerHelper
 
callSetUpMethod(ServletTestCase) - Static method in class j2eeunit.server.CallerHelper
Call the setUp method if it exists.
callTearDownMethod(ServletTestCase) - Static method in class j2eeunit.server.CallerHelper
Call the tearDown method if it exists.
CLASS_NAME_PARAM - Static variable in class j2eeunit.ServiceDefinition
Name of the parameter in the HTTP request that represents the name of the Test class to call.
ClientCookie - class j2eeunit.util.ClientCookie.
Contains cookie information for cookies returned from the server to the client.
ClientCookie(String, String, String, String, long, String, boolean, float) - Constructor for class j2eeunit.util.ClientCookie
Construct a client cookie.
config - Variable in class j2eeunit.ServletTestCase
Valid ServletConfig object that you can access from the testXXX(), setUp and tearDown() methods.
currentTestMethod - Variable in class j2eeunit.ServletTestCase
The name of the current test method being executed.

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class j2eeunit.server.ServletTestRedirector
Handle GET requests.
doGetResults(ServletImplicitObjects) - Method in class j2eeunit.server.ServletTestCaller
Return the last test results as a serialized object in the HTTP response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class j2eeunit.server.ServletTestRedirector
Handle POST request.
doTest(JspImplicitObjects) - Method in class j2eeunit.server.JspTestCaller
Calls a test method.
doTest(ServletImplicitObjects) - Method in class j2eeunit.server.ServletTestCaller
Calls a test method.
doTest(ServletTestRequest) - Method in class j2eeunit.client.AbstractHttpClient
Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
doTest(ServletTestRequest) - Method in class j2eeunit.client.JspHttpClient
Calls the test method indirectly by calling the Redirector JSP and then open a second HTTP connection to the Servlet Redirector to retrieve the test results.
doTest(ServletTestRequest) - Method in class j2eeunit.client.ServletHttpClient
Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.

E

equals(String) - Method in class j2eeunit.ServiceEnumeration
Compares a string representing the name of the service with the Service enumerated type.

F

forward(ServletRequest, ServletResponse) - Method in class j2eeunit.server.RequestDispatcherWrapper
Call the original RequestDispatcher forward() method but with the original HTTP request (not the simulation one which would make the servlet engine choke !).

G

GET_METHOD - Static variable in class j2eeunit.ServletTestRequest
GET Method identifier.
GET_RESULTS_SERVICE - Static variable in class j2eeunit.ServiceEnumeration
Get the previous test results Service.
getAttribute(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getAttribute(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getAttributeNames() - Method in class j2eeunit.server.ServletContextWrapper
 
getAttributeNames() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getAuthType() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getAutomaticSession() - Method in class j2eeunit.ServletTestRequest
 
getCharacterEncoding() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getComment() - Method in class j2eeunit.util.ClientCookie
 
getContentLength() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getContentType() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getContext(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getContextPath() - Method in class j2eeunit.ServletURL
 
getContextPath() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getCookieNames() - Method in class j2eeunit.ServletTestRequest
 
getCookies() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getCookies(HttpURLConnection) - Static method in class j2eeunit.util.AssertUtils
Extract the cookies from a HTTP connection.
getCookieValue(String) - Method in class j2eeunit.ServletTestRequest
 
getDateHeader(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getDomain() - Method in class j2eeunit.util.ClientCookie
 
getExceptionClassName() - Method in class j2eeunit.ServletTestResult
 
getExceptionMessage() - Method in class j2eeunit.ServletTestResult
 
getExceptionStackTrace() - Method in class j2eeunit.ServletTestResult
 
getHeader(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getHeaderNames() - Method in class j2eeunit.ServletTestRequest
 
getHeaderNames() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getHeaders(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getHeaderValue(String) - Method in class j2eeunit.ServletTestRequest
 
getInitParameter(String) - Method in class j2eeunit.server.ServletConfigWrapper
 
getInitParameter(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getInitParameterNames() - Method in class j2eeunit.server.ServletConfigWrapper
 
getInitParameterNames() - Method in class j2eeunit.server.ServletContextWrapper
 
getInputStream() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getIntHeader(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getLocale() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getLocales() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getMajorVersion() - Method in class j2eeunit.server.ServletContextWrapper
 
getMaxAge() - Method in class j2eeunit.util.ClientCookie
 
getMethod() - Method in class j2eeunit.ServletTestRequest
 
getMethod() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getMimeType(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getMinorVersion() - Method in class j2eeunit.server.ServletContextWrapper
 
getName() - Method in class j2eeunit.util.ClientCookie
 
getNamedDispatcher(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getOriginalRequest() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getParameter(String) - Method in class j2eeunit.ServletTestRequest
Returns the first value corresponding to this parameter's name.
getParameter(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getParameterMap() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getParameterNames() - Method in class j2eeunit.ServletTestRequest
 
getParameterNames() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getParameterValues(String) - Method in class j2eeunit.ServletTestRequest
Returns all the values associated with this parameter's name.
getParameterValues(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getPath() - Method in class j2eeunit.util.ClientCookie
 
getPathInfo() - Method in class j2eeunit.ServletURL
 
getPathInfo() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getPathTranslated() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getProtocol() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getQueryString() - Method in class j2eeunit.ServletURL
 
getQueryString() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getReader() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRealPath(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getRealPath(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRemoteAddr() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRemoteHost() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRemoteUser() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRequestDispatcher(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getRequestDispatcher(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRequestedSessionId() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRequestURI() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getRequestURL() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getResource(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getResourceAsStream(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getResourcePaths() - Method in class j2eeunit.server.ServletContextWrapper
 
getResourcePaths(String) - Method in class j2eeunit.server.ServletContextWrapper
Added to support the changes of the Jakarta Servlet API 2.3 of the 17/03/2001 (in anticipation of the upcoming draft of Servlet 2.3).
getResponseAsString(HttpURLConnection) - Static method in class j2eeunit.util.AssertUtils
 
getScheme() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getServerInfo() - Method in class j2eeunit.server.ServletContextWrapper
 
getServerName() - Method in class j2eeunit.ServletURL
 
getServerName() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getServerPort() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getServlet(String) - Method in class j2eeunit.server.ServletContextWrapper
 
getServletContext() - Method in class j2eeunit.server.ServletConfigWrapper
 
getServletContextName() - Method in class j2eeunit.server.ServletContextWrapper
 
getServletName() - Method in class j2eeunit.server.ServletConfigWrapper
 
getServletNames() - Method in class j2eeunit.server.ServletContextWrapper
 
getServletPath() - Method in class j2eeunit.ServletURL
 
getServletPath() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getServlets() - Method in class j2eeunit.server.ServletContextWrapper
 
getSession() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getSession(boolean) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getURL() - Method in class j2eeunit.ServletURL
 
getURL() - Method in class j2eeunit.ServletTestRequest
 
getUserPrincipal() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
getValue() - Method in class j2eeunit.util.ClientCookie
 
getVersion() - Method in class j2eeunit.util.ClientCookie
 

H

hasException() - Method in class j2eeunit.ServletTestResult
 
HttpServletRequestWrapper - class j2eeunit.server.HttpServletRequestWrapper.
Encapsulation class for the Servlet 2.3 API HttpServletRequest.
HttpServletRequestWrapper(HttpServletRequest, ServletURL) - Constructor for class j2eeunit.server.HttpServletRequestWrapper
Construct an HttpServletRequest instance that delegates it's method calls to the request object passed as parameter and that uses the URL passed as parameter to simulate a URL from which the request would come from.

I

include(ServletRequest, ServletResponse) - Method in class j2eeunit.server.RequestDispatcherWrapper
Call the original RequestDispatcher include() method but with the original HTTP request (not the simulation one which would make the servlet engine choke !).
instanceOf(Class) - Method in class j2eeunit.client.ServletExceptionWrapper
As all the server exceptions are wrapped into this ServletExceptionWrapper class, we need to be able to know the original server exception class.
instanceOf(Class) - Method in class j2eeunit.client.AssertionFailedErrorWrapper
As all the server exceptions are wrapped into this ServletExceptionWrapper class, we need to be able to know the original server exception class.
isRequestedSessionIdFromCookie() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
isRequestedSessionIdFromUrl() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
isRequestedSessionIdFromURL() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
isRequestedSessionIdValid() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
isSecure() - Method in class j2eeunit.server.HttpServletRequestWrapper
 
isSecure() - Method in class j2eeunit.util.ClientCookie
 
isUserInRole(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 

J

j2eeunit - package j2eeunit
Base package for the J2EEUnit project.
j2eeunit.client - package j2eeunit.client
 
j2eeunit.server - package j2eeunit.server
 
j2eeunit.util - package j2eeunit.util
 
JspHttpClient - class j2eeunit.client.JspHttpClient.
Manage the logic for calling a test method (which need access to JSP objects) located on the server side.
JspHttpClient() - Constructor for class j2eeunit.client.JspHttpClient
 
JspImplicitObjects - class j2eeunit.server.JspImplicitObjects.
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of JspTestCase).
JspImplicitObjects() - Constructor for class j2eeunit.server.JspImplicitObjects
 
JspTestCaller - class j2eeunit.server.JspTestCaller.
Call the test method on the server side after assigning the JSP implicit objects using reflection.
JspTestCaller() - Constructor for class j2eeunit.server.JspTestCaller
 
JspTestCase - class j2eeunit.JspTestCase.
Test classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class.
JspTestCase(String) - Constructor for class j2eeunit.JspTestCase
Constructs a JUnit test case with the given name.

L

loadFromRequest(HttpServletRequest) - Static method in class j2eeunit.ServletURL
Creates a ServletURL object by loading it's values from the HTTP request.
log(Exception, String) - Method in class j2eeunit.server.ServletContextWrapper
 
log(String) - Method in class j2eeunit.server.ServletContextWrapper
 
log(String, Throwable) - Method in class j2eeunit.server.ServletContextWrapper
 

M

m_Config - Variable in class j2eeunit.server.ServletImplicitObjects
The Servlet configuration object.
m_JspWriter - Variable in class j2eeunit.server.JspImplicitObjects
Correspond to the JSP out implicit object that is available in JSP pages.
m_PageContext - Variable in class j2eeunit.server.JspImplicitObjects
Correspond to the JSP pageContext implicit object that is available in JSP pages.
m_Request - Variable in class j2eeunit.server.ServletImplicitObjects
The HTTP request wrapper.
m_Response - Variable in class j2eeunit.server.ServletImplicitObjects
The original HTTP response object that is created by the servlet container.
m_Session - Variable in class j2eeunit.server.ServletImplicitObjects
The HTTP session object.
main(String[]) - Static method in class j2eeunit.TestAll
Start the tests.
main(String[]) - Static method in class j2eeunit.util.TestAssertUtils
Start the tests.
METHOD_NAME_PARAM - Static variable in class j2eeunit.ServiceDefinition
Name of the parameter in the HTTP request that represents the name of the Test method to call.

O

out - Variable in class j2eeunit.JspTestCase
Valid JspWriter object that you can access from the testXXX(), setUp and tearDown() methods.

P

pageContext - Variable in class j2eeunit.JspTestCase
Valid PageContext object that you can access from the testXXX(), setUp and tearDown() methods.
POST_METHOD - Static variable in class j2eeunit.ServletTestRequest
POST Method identifier.
printStackTrace(PrintStream) - Method in class j2eeunit.client.ServletExceptionWrapper
Simulates a printing of a stack trace by printing the string stack trace
printStackTrace(PrintStream) - Method in class j2eeunit.client.AssertionFailedErrorWrapper
Simulates a printing of a stack trace by printing the string stack trace
printStackTrace(PrintWriter) - Method in class j2eeunit.client.ServletExceptionWrapper
Simulates a printing of a stack trace by printing the string stack trace
printStackTrace(PrintWriter) - Method in class j2eeunit.client.AssertionFailedErrorWrapper
Simulates a printing of a stack trace by printing the string stack trace

R

removeAttribute(String) - Method in class j2eeunit.server.ServletContextWrapper
 
removeAttribute(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
request - Variable in class j2eeunit.ServletTestCase
Valid HttpServletRequest object that you can access from the testXXX(), setUp and tearDown() methods.
RequestDispatcherWrapper - class j2eeunit.server.RequestDispatcherWrapper.
Wrapper around RequestDispatcher which overrides the forward() and include methods to use the original HTTP request object instead of the simulated one used by J2EEUnit.
RequestDispatcherWrapper(RequestDispatcher) - Constructor for class j2eeunit.server.RequestDispatcherWrapper
 
response - Variable in class j2eeunit.ServletTestCase
Valid HttpServletResponse object that you can access from the testXXX(), setUp and tearDown() methods.
runBare() - Method in class j2eeunit.ServletTestCase
Runs the bare test sequence.

S

saveToRequest(ServletTestRequest) - Method in class j2eeunit.ServletURL
Saves the current URL to a ServletTestRequest object.
SERVICE_NAME_PARAM - Static variable in class j2eeunit.ServiceDefinition
Name of the parameter in the HTTP request that specify the service asked to the Redirector Servlet.
ServiceDefinition - class j2eeunit.ServiceDefinition.
Constants that define HTTP parameters required for defining a service that is performed by the ServletTestRedirector servlet.
ServiceDefinition() - Constructor for class j2eeunit.ServiceDefinition
 
ServiceEnumeration - class j2eeunit.ServiceEnumeration.
List of valid services that the ServletTestRedirector can perform.
ServiceEnumeration(String) - Constructor for class j2eeunit.ServiceEnumeration
 
ServletConfigWrapper - class j2eeunit.server.ServletConfigWrapper.
Wrapper around ServletConfig which overrides the getServletContext() method to return our own wrapper around ServletContext.
ServletConfigWrapper(ServletConfig) - Constructor for class j2eeunit.server.ServletConfigWrapper
 
ServletContextWrapper - class j2eeunit.server.ServletContextWrapper.
Wrapper around ServletContext which overrides the getRequestDispatcher() method to return our own wrapper around RequestDispatcher.
ServletContextWrapper(ServletContext) - Constructor for class j2eeunit.server.ServletContextWrapper
 
ServletExceptionWrapper - class j2eeunit.client.ServletExceptionWrapper.
Wrapper around a Throwable object.
ServletExceptionWrapper() - Constructor for class j2eeunit.client.ServletExceptionWrapper
Standard throwable constructor.
ServletExceptionWrapper(String) - Constructor for class j2eeunit.client.ServletExceptionWrapper
Standard throwable constructor.
ServletExceptionWrapper(String, String, String) - Constructor for class j2eeunit.client.ServletExceptionWrapper
The constructor to use to simulate a real exception.
ServletHttpClient - class j2eeunit.client.ServletHttpClient.
Manage the logic for calling a test method (which need access to Servlet objects) located on the server side.
ServletHttpClient() - Constructor for class j2eeunit.client.ServletHttpClient
 
ServletImplicitObjects - class j2eeunit.server.ServletImplicitObjects.
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of ServletTestCase).
ServletImplicitObjects() - Constructor for class j2eeunit.server.ServletImplicitObjects
 
ServletTestCaller - class j2eeunit.server.ServletTestCaller.
Call the test method on the server side after assigning the servlet implicit objects using reflection and retri
ServletTestCaller() - Constructor for class j2eeunit.server.ServletTestCaller
 
ServletTestCase - class j2eeunit.ServletTestCase.
Test classes that need access to valid Servlet implicit objects (such as the the HTTP request, the HTTP response, the servlet config, ...) must subclass this class.
ServletTestCase(String) - Constructor for class j2eeunit.ServletTestCase
Constructs a JUnit test case with the given name.
ServletTestRedirector - class j2eeunit.server.ServletTestRedirector.
Generic Servlet redirector that calls a test method on the server side.
ServletTestRedirector() - Constructor for class j2eeunit.server.ServletTestRedirector
 
ServletTestRequest - class j2eeunit.ServletTestRequest.
Contains all HTTP request data for a test case.
ServletTestRequest() - Constructor for class j2eeunit.ServletTestRequest
 
ServletTestResult - class j2eeunit.ServletTestResult.
Represent the result of the execution of the Test class by the server redirector.If any exception was raised during the test, it is saved by this class.
ServletTestResult() - Constructor for class j2eeunit.ServletTestResult
Constructor to call when the test was ok and no error was raised.
ServletTestResult(Throwable) - Constructor for class j2eeunit.ServletTestResult
Constructor to call when an exception was raised during the test.
ServletURL - class j2eeunit.ServletURL.
Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
ServletURL(String, String, String, String, String) - Constructor for class j2eeunit.ServletURL
Creates the URL to simulate.
session - Variable in class j2eeunit.ServletTestCase
Valid HttpSession object that you can access from the testXXX(), setUp and tearDown() methods.
setAttribute(String, Object) - Method in class j2eeunit.server.ServletContextWrapper
 
setAttribute(String, Object) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
setAutomaticSession(boolean) - Method in class j2eeunit.ServletTestRequest
 
setCharacterEncoding(String) - Method in class j2eeunit.server.HttpServletRequestWrapper
 
setInitParameter(String, String) - Method in class j2eeunit.server.ServletConfigWrapper
Sets a parameter as if it were set in the web.xml file.
setMethod(String) - Method in class j2eeunit.ServletTestRequest
 
setServletName(String) - Method in class j2eeunit.server.ServletConfigWrapper
Sets the servlet name.
setURL(String, String, String, String, String) - Method in class j2eeunit.ServletTestRequest
Sets the simulated URL.
suite() - Static method in class j2eeunit.TestAll
 
suite() - Static method in class j2eeunit.util.TestAssertUtils
 

T

TestAll - class j2eeunit.TestAll.
Run all the unit tests of J2EEUnit that do not need a servlet environment to run.
TestAll(String) - Constructor for class j2eeunit.TestAll
Defines the testcase name for JUnit.
TestAssertUtils - class j2eeunit.util.TestAssertUtils.
Unit tests of the AssertUtils class.
TestAssertUtils(String) - Constructor for class j2eeunit.util.TestAssertUtils
Defines the testcase name for JUnit.
testParseSetCookieHeader1() - Method in class j2eeunit.util.TestAssertUtils
 
testParseSetCookieHeader2() - Method in class j2eeunit.util.TestAssertUtils
 
toString() - Method in class j2eeunit.ServiceEnumeration
 

U

URL_CONTEXT_PATH_PARAM - Static variable in class j2eeunit.ServletURL
Name of the parameter in the HTTP request that represents the context path in the URL to simulate.
URL_PATH_INFO_PARAM - Static variable in class j2eeunit.ServletURL
Name of the parameter in the HTTP request that represents the Path Info in the URL to simulate.
URL_QUERY_STRING_PARAM - Static variable in class j2eeunit.ServletURL
Name of the parameter in the HTTP request that represents the Query String in the URL to simulate.
URL_SERVER_NAME_PARAM - Static variable in class j2eeunit.ServletURL
Name of the parameter in the HTTP request that represents the Server name in the URL to simulate.
URL_SERVLET_PATH_PARAM - Static variable in class j2eeunit.ServletURL
Name of the parameter in the HTTP request that represents the Servlet Path in the URL to simulate.

A C D E F G H I J L M O P R S T U

Copyright © 2000-2001 Vincent Massol.