Uses of Class
j2eeunit.ServletURL

Packages that use ServletURL
j2eeunit Base package for the J2EEUnit project.  
j2eeunit.server   
 

Uses of ServletURL in j2eeunit
 

Methods in j2eeunit that return ServletURL
static ServletURL ServletURL.loadFromRequest(javax.servlet.http.HttpServletRequest theRequest)
          Creates a ServletURL object by loading it's values from the HTTP request.
 ServletURL ServletTestRequest.getURL()
           
 

Uses of ServletURL in j2eeunit.server
 

Constructors in j2eeunit.server with parameters of type ServletURL
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest theRequest, ServletURL theURL)
          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.
 



Copyright © 2000-2001 Vincent Massol.