org.jboss.resteasy.plugins.server.servlet
Class ConfigurationBootstrap

java.lang.Object
  extended by org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
All Implemented Interfaces:
ResteasyConfiguration
Direct Known Subclasses:
ListenerBootstrap

public abstract class ConfigurationBootstrap
extends Object
implements ResteasyConfiguration

Create a deployment from String-based configuration data

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ConfigurationBootstrap()
           
 
Method Summary
 ResteasyDeployment createDeployment()
           
abstract  URL[] getScanningUrls()
           
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 processScannedProviders(org.scannotation.AnnotationDB db)
           
protected  void processScannedResources(org.scannotation.AnnotationDB db)
           
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
 

Constructor Detail

ConfigurationBootstrap

public ConfigurationBootstrap()
Method Detail

getScanningUrls

public abstract URL[] getScanningUrls()

createDeployment

public ResteasyDeployment createDeployment()

parseMap

protected Map<String,String> parseMap(String map)

processJndiResources

protected void processJndiResources(String jndiResources)

processJndiComponentResources

protected void processJndiComponentResources(String jndiResources)

processScannedJndiComponentResources

protected void processScannedJndiComponentResources(String jndiResources)

processResources

protected void processResources(String list)

processUnwrapped

protected void processUnwrapped(String list)

processScannedProviders

protected void processScannedProviders(org.scannotation.AnnotationDB db)

processScannedResources

protected void processScannedResources(org.scannotation.AnnotationDB db)


Copyright © 2012. All Rights Reserved.