|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.mapping.ServicerMappingImpl
public class ServicerMappingImpl
ServicerMapping implementation.
| Constructor Summary | |
|---|---|
ServicerMappingImpl(HttpServletServicer servicer,
String servletPath,
String pathInfo,
String queryString,
Map<String,String[]> parameters)
Initiate. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicerMappingImpl(HttpServletServicer servicer,
String servletPath,
String pathInfo,
String queryString,
Map<String,String[]> parameters)
servicer - HttpServletServicer.servletPath - HttpServlet Path.pathInfo - Path info.queryString - Query string.parameters - Parameters.| Method Detail |
|---|
public HttpServletServicer getServicer()
ServicerMappingHttpServletServicer.
getServicer in interface ServicerMappingHttpServletServicer.public String getServletPath()
ServicerMappingHttpServletServicer.
getServletPath in interface ServicerMappingHttpServlet path.HttpServletRequest.getServletPath()public String getPathInfo()
ServicerMappingHttpServletServicer
path.
getPathInfo in interface ServicerMappingnull if exact mapping.HttpServletRequest.getPathInfo()public String getQueryString()
ServicerMapping
getQueryString in interface ServicerMappingnull if no query
string.public String getParameter(String name)
ServicerMapping
getParameter in interface ServicerMappingname - Name of parameter.
null if parameter not on
query string.public Map<String,String[]> getParameterMap()
ServicerMapping
getParameterMap in interface ServicerMappingpublic Enumeration<String> getParameterNames()
ServicerMapping
getParameterNames in interface ServicerMappingpublic String[] getParameterValues(String name)
ServicerMapping
getParameterValues in interface ServicerMappingname - Name of the parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||