Uses of Class
org.apache.cactus.ServletURL

Packages that use ServletURL
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.server Contains the classes implementing the server side of Cactus. 
 

Uses of ServletURL in org.apache.cactus
 

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

Uses of ServletURL in org.apache.cactus.server
 

Fields in org.apache.cactus.server declared as ServletURL
protected  ServletURL AbstractPageContextWrapper.url
          The URL to simulate
protected  ServletURL AbstractHttpServletRequestWrapper.url
          The URL to simulate
 

Constructors in org.apache.cactus.server with parameters of type ServletURL
PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext, ServletURL theURL)
          Construct an PageContext instance that delegates it's method calls to the page context object passed as parameter and that uses the URL passed as parameter to simulate a URL from which the request would come from.
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.
AbstractPageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext, ServletURL theURL)
          Construct an PageContext instance that delegates it's method calls to the page context object passed as parameter and that uses the URL passed as parameter to simulate a URL from which the request would come from.
AbstractHttpServletRequestWrapper(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-2003 Apache Software Foundation. All Rights Reserved.