public abstract class ConfigurationBootstrap extends Object implements ResteasyConfiguration
Constructor and Description |
---|
ConfigurationBootstrap() |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
createDeployment() |
String |
getParameter(String name)
i.e.
|
protected boolean |
parseBooleanParam(String key,
String value) |
protected Map<String,String> |
parseMap(String map) |
protected void |
processJndiComponentResources(String jndiResources) |
protected void |
processJndiResources(String jndiResources) |
protected void |
processResources(String list) |
protected void |
processScannedJndiComponentResources(String jndiResources) |
protected void |
processScannedResourceClassesWithBuilder(String scannedResourceClassesWithBuilder) |
protected void |
processUnwrapped(String list) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInitParameter, getInitParameterNames, getParameterNames
public ResteasyDeployment createDeployment()
protected void processJndiResources(String jndiResources)
protected void processJndiComponentResources(String jndiResources)
protected void processScannedResourceClassesWithBuilder(String scannedResourceClassesWithBuilder)
protected void processScannedJndiComponentResources(String jndiResources)
protected void processResources(String list)
protected void processUnwrapped(String list)
public String getParameter(String name)
ResteasyConfiguration
getParameter
in interface ResteasyConfiguration
name
- parameter nameCopyright © 2020 JBoss by Red Hat. All rights reserved.