Uses of Class
com.arsdigita.web.URL

Packages that use URL
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
 

Uses of URL in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop that return URL
 URL PageState.toURL()
           
 

Constructors in com.arsdigita.bebop with parameters of type URL
Link(String label, URL url)
          Constructs a Link using a URL.
 

Uses of URL in com.arsdigita.toolbox.ui
 

Constructors in com.arsdigita.toolbox.ui with parameters of type URL
ContextBar.Entry(String title, URL url)
           
 

Uses of URL in com.arsdigita.web
 

Methods in com.arsdigita.web that return URL
 URL WebContext.getRequestURL()
           
 URL Host.getURL()
           
 URL Host.getURL(String path, ParameterMap params)
           
 URL Host.getURL(String scheme, String path, ParameterMap params)
           
static URL URL.root()
          Creates a URL to the site's root path.
static URL URL.request(javax.servlet.http.HttpServletRequest sreq, ParameterMap params)
          Creates a URL using the elements of the user's original request but with the given set of parameters instead of the original ones.
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, String path, ParameterMap params)
          Creates a URL to path under the CCM main dispatcher and with the given parameters.
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, String path)
          Creates a URL with no local parameters to path under the CCM main dispatcher.
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, Application app, String pathInfo, ParameterMap params)
          Creates a URL to pathInfo under the specified application and using the given parameters.
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, Application app, String pathInfo)
          Creates a URL with no local parameters to pathInfo under the specified application.
static URL URL.there(String path, ParameterMap params)
          Creates a URL with local parameters.
static URL URL.there(Application app, String pathInfo, ParameterMap params)
          Create a URL with local parameters to pathInfo under the specified application.
static URL URL.here(javax.servlet.http.HttpServletRequest sreq, String pathInfo, ParameterMap params)
           
static URL URL.here(javax.servlet.http.HttpServletRequest sreq, String pathInfo)
           
static URL URL.excursion(javax.servlet.http.HttpServletRequest sreq, String path, ParameterMap params)
           
static URL URL.excursion(javax.servlet.http.HttpServletRequest sreq, String path)
           
 

Methods in com.arsdigita.web with parameters of type URL
 void WebContextExposer.init(Application app, URL requestURL)
           
 

Constructors in com.arsdigita.web with parameters of type URL
ReturnSignal(javax.servlet.http.HttpServletRequest sreq, URL fallback)
           
RedirectSignal(URL url, boolean isCommitRequested)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC