Package org.apache.myfaces.orchestra.requestParameterProvider

This package provides the ability for objects to add query parameters to every URL output in the page being rendered.

See:
          Description

Interface Summary
RequestParameterProvider The interface a provider has to implement to add parameters to the url.
 

Class Summary
RequestParameterProviderManager The manager which manage all the attached providers and add their fields to the url.
RequestParameterResponseWrapper This wrapper intercepts encodeURL and pass it to the RequestParameterProviderManager which attaches the url parameters
RequestParameterServletFilter This filter wraps each HttpServletResponse in a RequestParameterResponseWrapper, meaning that every call to response.encodeURL() gets forwarded to the RequestParameterProviderManager.
 

Package org.apache.myfaces.orchestra.requestParameterProvider Description

This package provides the ability for objects to add query parameters to every URL output in the page being rendered. This is used by Orchestra internally to attach the "conversation context id" to every link in a page (not just forms as a hidden field would do).

This feature is for the internal use of Orchestra only, and should not be used by external code; the API may change without notice.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.