| Interface | Description |
|---|---|
| PathResolver |
| Class | Description |
|---|---|
| ErrorPageRegistry |
The error page registry keeps tracks of the active/inactive servlets handling
error pages (error code and/or exception).
|
| ErrorPageRegistry.ErrorRegistration | |
| EventListenerRegistry |
Per context event listener registry.
|
| FilterRegistry |
The filter registry keeps track of all filter mappings for a single servlet context.
|
| HandlerRegistry |
Registry for all services.
|
| ListenerMap<T extends EventListener> | |
| PathResolution | |
| PathResolverFactory |
The path resolver factory creates a path resolver for a pattern.
|
| PathResolverFactory.AbstractMatcher | |
| PathResolverFactory.DefaultMatcher | |
| PathResolverFactory.ExactAndPathMatcher | |
| PathResolverFactory.ExactMatcher | |
| PathResolverFactory.ExtensionMatcher | |
| PathResolverFactory.PathMatcher | |
| PathResolverFactory.RegexMatcher | |
| PathResolverFactory.RootMatcher | |
| PerContextHandlerRegistry |
This registry keeps track of all processing components per context:
- servlets
- filters
- error pages
|
| ServletRegistry |
The servlet registry keeps the mappings for all servlets (by using their pattern)
for a single servlet context.
|
| ServletResolution |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.