org.ocpsoft.rewrite.servlet.spi
Interface RequestParameterProvider
- All Superinterfaces:
- org.ocpsoft.common.pattern.Weighted
public interface RequestParameterProvider
- extends org.ocpsoft.common.pattern.Weighted
Supplies additional request parameters to the 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
- Author:
- Lincoln Baxter, III
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
priority |
getAdditionalParameters
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. This occurs during the wrapping stage of the lifecycle.
- See Also:
RewriteLifecycleListener}
Copyright © 2013 OCPsoft. All Rights Reserved.