Package org.apache.beehive.netui.core.urls

Class Summary
AjaxUrlInfo This is a class that acts as a data structure for the information for an AJAX request.
FreezableMutableURI A mutable class for creating URIs that can be set to "frozen" such that it becomes immutable.
MutableURI Mutable class for creating URIs.
TemplatedURLFormatter Used by URLRewriterService to apply any relevant templates to a URL, after all other rewriting has been done on the URL.
URIContext A JavaBean that encapsulates the data needed to write out a string form of a MutableURI.
URLRewriter Offers methods for rewriting URLs/query parameters.
URLRewriterService Methods for registering URL rewriters, adding URL rewriters to the chain, and for rewriting URLs using registered rewriters.
URLType Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.beehive.netui.core.urls.MutableURI, org.apache.beehive.netui.core.urls.URLType, boolean) for normal (non-resource) and resource, non-secure and secure URLs.