rewrite-api-servlet 1.0.0.Final

org.ocpsoft.rewrite.servlet.spi
Interface RequestParameterProvider


public interface RequestParameterProvider

Supplies additional request parameters to the HttpServletRequest object.

Author:
Lincoln Baxter, III

Method Summary
 java.util.Map<java.lang.String,java.lang.String[]> getParameters(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
          Return a map of parameters to be added to the current request as if they had been passed with the HTTP request from the browser.
 

Method Detail

getParameters

java.util.Map<java.lang.String,java.lang.String[]> getParameters(javax.servlet.ServletRequest request,
                                                                 javax.servlet.ServletResponse response)
Return a map of parameters to be added to the current request as if they had been passed with the HTTP request from the browser. This occurs during the wrapping stage of the lifecycle.

See Also:
RewriteLifecycleListener}

rewrite-api-servlet 1.0.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.