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