| Modifier and Type | Class and Description |
|---|---|
static class |
NotFoundExceptionMapper.MethodDescription |
static class |
NotFoundExceptionMapper.ResourceDescription |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
META_INF_RESOURCES |
protected static String |
META_INF_RESOURCES_SLASH |
| Constructor and Description |
|---|
NotFoundExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
nonJaxRsClassNameToMethodPaths(Map<String,NonJaxRsClassMappings> nonJaxRsPaths) |
static void |
servlets(Map<String,List<String>> servletToMapping) |
static void |
setAdditionalEndpoints(List<String> additionalEndpoints) |
static void |
setHttpRoot(String rootPath) |
static void |
staticResources(Set<String> knownRoots) |
javax.ws.rs.core.Response |
toResponse(javax.ws.rs.NotFoundException exception) |
protected static final String META_INF_RESOURCES_SLASH
protected static final String META_INF_RESOURCES
public static void setHttpRoot(String rootPath)
public javax.ws.rs.core.Response toResponse(javax.ws.rs.NotFoundException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.NotFoundException>public static void nonJaxRsClassNameToMethodPaths(Map<String,NonJaxRsClassMappings> nonJaxRsPaths)
Copyright © 2020 JBoss by Red Hat. All rights reserved.