Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
Mapper |
Service.getMapper()
Return the
Mapper that handles mapping for all
Connectors associated with this Service. |
Mapper |
Context.getMapper()
Get the request dispatcher mapper.
|
Modifier and Type | Field and Description |
---|---|
protected Mapper |
ServiceMapperListener.mapper
Associated mapper.
|
protected Mapper |
StandardService.mapper
Mapper.
|
protected Mapper |
StandardContext.mapper
The mapper associated with this context.
|
Modifier and Type | Method and Description |
---|---|
Mapper |
StandardService.getMapper() |
Mapper |
StandardContext.getMapper()
Get the mapper associated with the context.
|
Constructor and Description |
---|
ServiceMapperListener(Mapper mapper)
Create mapper listener.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.