public class ServletBootstrap extends ListenerBootstrap
servletContext
Constructor and Description |
---|
ServletBootstrap(javax.servlet.ServletConfig config) |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
createDeployment() |
String |
getInitParameter(String name)
Only provide parameter from a servlet or filter init param.
|
Set<String> |
getInitParameterNames() |
Set<String> |
getParameterNames() |
findWebInfLibClasspaths, getServletContextNames
getParameter, parseBooleanParam, parseMap, processJndiComponentResources, processJndiResources, processResources, processScannedJndiComponentResources, processScannedResourceClassesWithBuilder, processUnwrapped
public ResteasyDeployment createDeployment()
createDeployment
in class ListenerBootstrap
public String getInitParameter(String name)
ResteasyConfiguration
getInitParameter
in interface ResteasyConfiguration
getInitParameter
in class ListenerBootstrap
name
- parameter namepublic Set<String> getParameterNames()
getParameterNames
in interface ResteasyConfiguration
getParameterNames
in class ListenerBootstrap
public Set<String> getInitParameterNames()
getInitParameterNames
in interface ResteasyConfiguration
getInitParameterNames
in class ListenerBootstrap
Copyright © 2019 JBoss by Red Hat. All rights reserved.