org.jboss.resteasy.plugins.server.servlet
Class ListenerBootstrap
java.lang.Object
org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servletContext
protected javax.servlet.ServletContext servletContext
ListenerBootstrap
public ListenerBootstrap(javax.servlet.ServletContext servletContext)
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:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.