Package org.apache.myfaces.orchestra.requestParameterProvider

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.
 



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