| Constructor and Description |
|---|
InvocationChain(@NotNull ServletHandler servletHandler,
@NotNull FilterHandler[] filterHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServiceServletHandler
Servlet handler for servlets registered through the http service.
|
class |
WhiteboardServletHandler
Servlet handler for servlets registered through the http whiteboard.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ServletHandler.compareTo(ServletHandler other) |
| Modifier and Type | Field and Description |
|---|---|
ServletHandler |
ServletResolution.handler |
| Modifier and Type | Method and Description |
|---|---|
ServletHandler |
ErrorPageRegistry.get(Throwable exception,
int errorCode)
Get the servlet handling the error (error code or exception).
|
@Nullable ServletHandler |
PerContextHandlerRegistry.getErrorHandler(int code,
@Nullable Throwable exception)
Get the servlet handling the error.
|
ServletHandler |
PathResolverFactory.AbstractMatcher.getServletHandler() |
ServletHandler |
PathResolver.getServletHandler() |
ServletHandler |
ServletRegistry.resolveByName(@NotNull String name) |
ServletHandler |
PerContextHandlerRegistry.resolveServletByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletRegistry.addServlet(@NotNull ServletHandler handler)
Add a servlet.
|
void |
ErrorPageRegistry.addServlet(@NotNull ServletHandler handler)
Add the servlet for error handling
|
static @NotNull PathResolver |
PathResolverFactory.createPatternMatcher(@Nullable ServletHandler handler,
@NotNull String pattern) |
@NotNull FilterHandler[] |
PerContextHandlerRegistry.getFilterHandlers(@Nullable ServletHandler servletHandler,
@NotNull javax.servlet.DispatcherType dispatcherType,
@NotNull String requestURI)
Get filter handlers for the request uri
|
@NotNull FilterHandler[] |
FilterRegistry.getFilterHandlers(@Nullable ServletHandler handler,
@NotNull javax.servlet.DispatcherType dispatcherType,
@NotNull String requestURI)
Get all filters handling the request.
|
void |
PerContextHandlerRegistry.registerServlet(@NotNull ServletHandler handler)
Add a servlet
|
| Constructor and Description |
|---|
AbstractMatcher(ServletHandler handler,
String pattern,
int ranking) |
DefaultMatcher(ServletHandler handler) |
ExactAndPathMatcher(ServletHandler handler,
String pattern) |
ExactMatcher(ServletHandler handler,
String pattern) |
ExtensionMatcher(ServletHandler handler,
String pattern) |
PathMatcher(ServletHandler handler,
String pattern) |
RootMatcher(ServletHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.service.http.runtime.dto.ServletDTO |
ServletDTOBuilder.build(ServletHandler handler,
int reason)
Build a servlet DTO from a servlet handler
|
static org.osgi.service.http.runtime.dto.ResourceDTO |
ResourceDTOBuilder.build(ServletHandler handler,
int reason)
Build a servlet DTO from a servlet handler
|
static org.osgi.service.http.runtime.dto.ErrorPageDTO |
ErrorPageDTOBuilder.build(ServletHandler handler,
int reason)
Build a servlet DTO from a servlet handler
|
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.