public class ListenerBootstrap extends ConfigurationBootstrap
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.ServletContext |
servletContext |
Constructor and Description |
---|
ListenerBootstrap(javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
createDeployment() |
static URL[] |
findWebInfLibClasspaths(javax.servlet.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, processUnwrapped
public ListenerBootstrap(javax.servlet.ServletContext servletContext)
public ResteasyDeployment createDeployment()
createDeployment
in class ConfigurationBootstrap
public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
public String getParameter(String name)
ResteasyConfiguration
public String getInitParameter(String name)
ResteasyConfiguration
Copyright © 2014. All Rights Reserved.