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
-
Method Summary
Modifier and TypeMethodDescriptiongetParameter
(String name) i.e.protected 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
processScannedResourceClassesWithBuilder
(String scannedResourceClassesWithBuilder) 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, getParameterNames
-
Constructor Details
-
ConfigurationBootstrap
public ConfigurationBootstrap()
-
-
Method Details
-
createDeployment
-
parseBooleanParam
-
parseMap
-
processJndiResources
-
processJndiComponentResources
-
processScannedResourceClassesWithBuilder
-
processScannedJndiComponentResources
-
processResources
-
processUnwrapped
-
getParameter
Description copied from interface:ResteasyConfiguration
i.e. Servlet init-param first is searched, then servlet context.- Specified by:
getParameter
in interfaceResteasyConfiguration
- Parameters:
name
- parameter name- Returns:
- parameter value
-