|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.mapping.ServicerMapperImpl
public class ServicerMapperImpl
ServicerMapper implementation.
| Constructor Summary | |
|---|---|
ServicerMapperImpl(HttpServletServicer... servicers)
Initiate. |
|
| Method Summary | |
|---|---|
HttpServletServicer |
mapName(String name)
Obtains the HttpServletServicer by its name. |
ServicerMapping |
mapPath(String path)
Matches the best ServicerMapping for the path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicerMapperImpl(HttpServletServicer... servicers)
servicers - HttpServletServicer instances for this
ServicerMapper.
javax.servlet.ServletException - If fails to create the mappings.| Method Detail |
|---|
public ServicerMapping mapPath(String path)
ServicerMapperServicerMapping for the path.
mapPath in interface ServicerMapperpath - Path for mapping.
ServicerMapping or null if no
appropriate HttpServletServicer.public HttpServletServicer mapName(String name)
ServicerMapperHttpServletServicer by its name.
mapName in interface ServicerMappername - Name of the HttpServletServicer.
HttpServletServicer or null if no
HttpServletServicer by name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||