public class ServletToMapConverter extends Object
Constructor and Description |
---|
ServletToMapConverter() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
servletConfigToMap(ServletConfig configuration)
Returns a Map that contains the initialization properties from a
ServletConfig object. |
static Map<String,String> |
servletRequestToMap(HttpServletRequest request)
Returns a Map that contains the parameters from a
ServletRequest object. |
public static Map<String,String> servletConfigToMap(ServletConfig configuration)
ServletConfig
object.public static Map<String,String> servletRequestToMap(HttpServletRequest request) throws ParseException
ServletRequest
object.ParseException
See http://www.xins.org/.