Class RequestMap

java.lang.Object
java.util.AbstractMap<String,Object>
org.apache.struts2.dispatcher.RequestMap
All Implemented Interfaces:
Serializable, Map<String,Object>

public class RequestMap extends AbstractMap<String,Object> implements Serializable
A simple implementation of the Map interface to handle a collection of request attributes.
See Also:
  • Constructor Details

    • RequestMap

      public RequestMap(jakarta.servlet.http.HttpServletRequest request)
      Saves the request to use as the backing for getting and setting values
      Parameters:
      request - the http servlet request.
  • Method Details