public class ListenerBootstrap extends ConfigurationBootstrap
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
servletContext |
resteasyConfig
Constructor and Description |
---|
ListenerBootstrap(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
createDeployment() |
static URL[] |
findWebInfLibClasspaths(ServletContext servletContext) |
String |
getInitParameter(String name)
Only provide parameter from a servlet or filter init param.
|
Set<String> |
getInitParameterNames() |
String |
getParameter(String name)
i.e.
|
Set<String> |
getParameterNames() |
protected Set<String> |
getResteasyConfigParameterNames() |
protected Set<String> |
getServletContextNames() |
parseMap, processJndiComponentResources, processJndiResources, processResources, processScannedJndiComponentResources, processUnwrapped
protected ServletContext servletContext
public ListenerBootstrap(ServletContext servletContext)
public ResteasyDeployment createDeployment()
createDeployment
in class ConfigurationBootstrap
public static URL[] findWebInfLibClasspaths(ServletContext servletContext)
public String getParameter(String name)
ResteasyConfiguration
name
- parameter namepublic String getInitParameter(String name)
ResteasyConfiguration
name
- parameter nameCopyright © 2021 JBoss by Red Hat. All rights reserved.