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
  • Field Details

    • servletContext

      protected jakarta.servlet.ServletContext servletContext
  • Constructor Details

    • ListenerBootstrap

      public ListenerBootstrap(jakarta.servlet.ServletContext servletContext)
  • Method Details

    • createDeployment

      public ResteasyDeployment createDeployment()
      Overrides:
      createDeployment in class ConfigurationBootstrap
    • findWebInfLibClasspaths

      public static URL[] findWebInfLibClasspaths(jakarta.servlet.ServletContext servletContext)
    • getParameterNames

      public Set<String> getParameterNames()
    • getServletContextNames

      protected Set<String> getServletContextNames()
    • getInitParameterNames

      public Set<String> getInitParameterNames()
    • getInitParameter

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