RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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

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

public class ListenerBootstrap
extends ConfigurationBootstrap

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  javax.servlet.ServletContext servletContext
           
 
Constructor Summary
ListenerBootstrap(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 ResteasyDeployment createDeployment()
           
static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
           
 String getInitParameter(String name)
          Only provide parameter from a servlet or filter init param
 Set<String> getInitParameterNames()
           
 String getParameter(String name)
          i.e.
 Set<String> getParameterNames()
           
 URL[] getScanningUrls()
           
 
Methods inherited from class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
parseMap, processJndiComponentResources, processJndiResources, processResources, processScannedJndiComponentResources, processScannedProviders, processScannedResources, processUnwrapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletContext

protected javax.servlet.ServletContext servletContext
Constructor Detail

ListenerBootstrap

public ListenerBootstrap(javax.servlet.ServletContext servletContext)
Method Detail

createDeployment

public ResteasyDeployment createDeployment()
Overrides:
createDeployment in class ConfigurationBootstrap

findWebInfLibClasspaths

public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)

getScanningUrls

public URL[] getScanningUrls()
Specified by:
getScanningUrls in class ConfigurationBootstrap

getParameterNames

public Set<String> getParameterNames()

getInitParameterNames

public Set<String> getInitParameterNames()

getParameter

public String getParameter(String name)
Description copied from interface: ResteasyConfiguration
i.e. Servlet init-param first is searched, then servlet context

Returns:

getInitParameter

public String getInitParameter(String name)
Description copied from interface: ResteasyConfiguration
Only provide parameter from a servlet or filter init param

Returns:

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.