public interface RequestParameterProvider
extends org.ocpsoft.common.pattern.Weighted
HttpServletRequest object.
Additional parameter providers may be specified by providing a service activator file containing the name of your
implementations:
/META-INF/services/org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider
--------------
com.example.ParameterProviderImpl
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getAdditionalParameters(ServletRequest request,
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.
|
Map<String,String[]> getAdditionalParameters(ServletRequest request, ServletResponse response)
RewriteLifecycleListener}Copyright © 2015 OCPsoft. All Rights Reserved.