Class Summary |
BajaHttpUtils |
Utilities for working with HTTP. |
ConfigUtils |
Utilities for working with the ServletConfig API. |
ContextUtils |
Utilities for working with the ServletContext API. |
FileDownloadRenderer |
FileDownloadRenderer supports streaming binary and text
files back to a user for a given page. |
ForwardingPageRenderer |
Implementation of PageRenderer that will forward rendering
onto another URL (a servlet, an HTML file, or a JSP) on this
webserver, or include another URL. |
ForwardUtils |
Utilities for forwarding to an URL. |
JspForwardingPageRenderer |
Implementation of PageRenderer that will forward rendering
onto another JSP, or include another JSP. |
JspPageBroker |
Implementation of PageBroker that forwards all requests to
JSPs. |
JspPageDescription |
Implementation of PageDescription that will automatically route
the renderering of a page to a JSP (or Servlet). |
RedirectUtils |
Utilities for redirecting to an URL. |
RequestUtils |
Utilities for working with the ServletRequest API. |