public class ListenerBootstrap extends ConfigurationBootstrap
| Modifier and Type | Field and Description |
|---|---|
protected ServletContext |
servletContext |
| 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> |
getServletContextNames() |
parseMap, processJndiComponentResources, processJndiResources, processResources, processScannedJndiComponentResources, processUnwrappedprotected ServletContext servletContext
public ListenerBootstrap(ServletContext servletContext)
public ResteasyDeployment createDeployment()
createDeployment in class ConfigurationBootstrappublic static URL[] findWebInfLibClasspaths(ServletContext servletContext)
public String getParameter(String name)
ResteasyConfigurationpublic String getInitParameter(String name)
ResteasyConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.