Uses of Class
org.apache.cactus.ServletURL

Uses of ServletURL in org.apache.cactus
 

Methods in org.apache.cactus that return ServletURL
static ServletURL ServletURL.loadFromRequest(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(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(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.
AbstractHttpServletRequestWrapper(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.
PageContextWrapper(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.
 

Uses of ServletURL in org.apache.cactus.util.log
 

Aspects in org.apache.cactus.util.log that affect ServletURL
 class LogAspect
          Log every entry and exit of methods.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.