org.apache.shindig.common.servlet
Interface ParameterFetcher
- All Known Implementing Classes:
- DataServiceServletFetcher
public interface ParameterFetcher
Maps parameters from a Servlet request into a map. This is used to control which
parameters are passed on to other parts of the container. Using this Adapter allows
e.g. to pass multiple parameters into the secure token generation methods.
fetch
Map<String,String> fetch(javax.servlet.http.HttpServletRequest req)
Copyright © 2007-2012. All Rights Reserved.