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

Interface Summary
TemplatedURLFormatter Offers a method for formatting URLs based on templates from a URL template config file.
 

Class Summary
DefaultTemplatedURLFormatter Default implementation of TemplatedURLFormatter for formatting URLs based on templates from a URL template config file.
FreezableMutableURI A mutable class for creating URIs that can be set to "frozen" such that it becomes immutable.
MutableURI Mutable class for creating URIs.
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.
 

Enum Summary
URLRewriter.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.URLRewriter.URLType, boolean) for normal (non-resource) and resource, non-secure and secure URLs.