Package com.raritantechnologies.quickstart.taglibrary.request

Renderers and formatters of the incoming HTTP Get Request.

See:
          Description

Interface Summary
IRequestFormatter General interface for formatting HTTP requests.
 

Class Summary
BackLinkRequestFormatter Creates a back link by copying the http requests to cache.
BasicRequestFormatter Formats an http request as a delimited string of parameter values.
CompositeRequestFormatter Formats a composite HTTP request using a list of contained IRequestFormatters.
DynamicRequestFormatter Formats an http request based on the properties of the request and/or user.
HyperlinkRequestFormatter Formats the request as a hyperlink - can change or remove request parameters.
NextResultFormatter Creates a Hyperlink to the next / previous result in a result set.
PageContextRequestFormatter Enables an com.raritantechnologies.quickstart.taglibrary.IRequestFormatter to be included as a generic IPageContextRenderer.
PathRequestFormatter Converts a path value to a set of hyperlinks that preserve their own level.
PatternRequestFormatter Uses a String pattern template to format a field or fields of an HTTP Request.
RemoveParameterRequestFormatter Removes one or more parameters from the current request by creating a request hyperlink that retains all of the current request parameters minus the ones being excluded.
RequestComparator Enables an HTTP request to be compared as a whole.
RequestFormatTag JSP Custom tag that renders the current HTTP request using an IRequestFormatter object obtained by name from the SystemObject cache.
RequestFormatterServletHandler Uses an IRequestFormatter to perform a Servlet redirect.
RequestHiddenElementRenderer Adds all of the parameters in the request as hidden fields to its parent ISearchFormRenderer except fields listed in "skipFields" attribute.
RequestParamsTableRenderer This renderer will emit a table containing the HTTP request parameters
RequestQueryMapper Converts an HTTP request to query string.
RequestResultMapper Converts an HTTP request to an IResult - using basic parameter mapping.
RequestSearchElementFormatter RequestFormatter that wraps a ISearchElementRenderer.
RequestSearchSource SearchSource that converts the input query into a result set with a single IResult.
StaticRequestFormatter Uses static string to format HTTP request.
 

Package com.raritantechnologies.quickstart.taglibrary.request Description

Renderers and formatters of the incoming HTTP Get Request.