|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServicerMapping
Mapping to a HttpServletServicer.
Interface follows the Servlet specification.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
Map<String,String[]> getParameterMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||