org.ocpsoft.rewrite.servlet.spi
Interface RequestParameterProvider
public interface RequestParameterProvider
Supplies additional request parameters to the HttpServletRequest object.
- Author:
- Lincoln Baxter, III
|
Method Summary |
Map<String,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. |
getParameters
Map<String,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}
Copyright © 2012 OCPsoft. All Rights Reserved.