Uses of Class
org.apache.cactus.ServletURL

Packages that use ServletURL
org.apache.cactus Contains all classes needed for Writing Cactus test classes.  
org.apache.cactus.server   
 

Uses of ServletURL in org.apache.cactus
 

Methods in org.apache.cactus 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 WebRequest.getURL()
           
 

Uses of ServletURL in org.apache.cactus.server
 

Constructors in org.apache.cactus.server with parameters of type ServletURL
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.
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.
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.
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 Apache Software Foundation. All Rights Reserved.