Class ConfigurationBootstrap
java.lang.Object
org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
- All Implemented Interfaces:
ResteasyConfiguration
- Direct Known Subclasses:
ListenerBootstrap
Create a deployment from String-based configuration data
- Version:
- $Revision: 1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
parseBooleanParam
(String key, String value) protected void
processJndiComponentResources
(String jndiResources) protected void
processJndiResources
(String jndiResources) protected void
processResources
(String list) protected void
processScannedJndiComponentResources
(String jndiResources) protected void
processUnwrapped
(String list) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.spi.ResteasyConfiguration
getInitParameter, getInitParameterNames, getParameter, getParameterNames
-
Field Details
-
deployment
-
-
Constructor Details
-
ConfigurationBootstrap
public ConfigurationBootstrap()
-
-
Method Details
-
createDeployment
-
parseBooleanParam
-
parseMap
-
processJndiResources
-
processJndiComponentResources
-
processScannedJndiComponentResources
-
processResources
-
processUnwrapped
-