public interface ServicerMapper
HttpRequest
to a HttpServletServicer
.Modifier and Type | Method and Description |
---|---|
HttpServletServicer |
mapName(String name)
Obtains the
HttpServletServicer by its name. |
ServicerMapping |
mapPath(String path)
Matches the best
ServicerMapping for the path. |
ServicerMapping mapPath(String path)
ServicerMapping
for the path.path
- Path for mapping.ServicerMapping
or null
if no
appropriate HttpServletServicer
.HttpServletServicer mapName(String name)
HttpServletServicer
by its name.name
- Name of the HttpServletServicer
.HttpServletServicer
or null
if no
HttpServletServicer
by name.Copyright © 2005–2016. All rights reserved.