public interface ServicerMapping
Mapping to a HttpServletServicer.
Interface follows the Servlet specification.
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String name)
Obtains the parameter value as per the query string.
|
Map<String,String[]> |
getParameterMap()
Obtains the parameter map.
|
Enumeration<String> |
getParameterNames()
Obtains the names of the parameters.
|
String[] |
getParameterValues(String name)
Obtains the values for the parameter name.
|
String |
getPathInfo()
Obtains the remaining of the path after the
HttpServletServicer
path. |
String |
getQueryString()
Query string after the path.
|
HttpServletServicer |
getServicer()
Mapped
HttpServletServicer. |
String |
getServletPath()
Obtains the path segment that mapped to the
HttpServletServicer. |
HttpServletServicer getServicer()
HttpServletServicer.HttpServletServicer.String getServletPath()
HttpServletServicer.HttpServlet path.HttpServletRequest.getServletPath()String getPathInfo()
HttpServletServicer
path.null if exact mapping.HttpServletRequest.getPathInfo()String getQueryString()
null if no query
string.String getParameter(String name)
name - Name of parameter.null if parameter not on
query string.Enumeration<String> getParameterNames()
String[] getParameterValues(String name)
name - Name of the parameter.Copyright © 2005–2015. All rights reserved.