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 booleanparseBooleanParam(String key, String value) protected voidprocessJndiComponentResources(String jndiResources) protected voidprocessJndiResources(String jndiResources) protected voidprocessResources(String list) protected voidprocessScannedJndiComponentResources(String jndiResources) protected voidprocessUnwrapped(String list) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-