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 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
ConfigurationBootstrap
public ConfigurationBootstrap()
-
-
Method Details
-
createDeployment
-
parseMap
-
processJndiResources
-
processJndiComponentResources
-
processScannedJndiComponentResources
-
processResources
-
processUnwrapped
-