public final class

PluginServletConfig

extends Object
implements ServletConfig
java.lang.Object
   ↳ com.atlassian.plugin.servlet.PluginServletConfig

Class Overview

Instances of the PluginServletConfig are passed to plugins servlet Servlet init() method. It provides access to the init parameters defined in the plugin xml as well as the ServletContext shared by other filters and servlets in the plugin.

Summary

Public Constructors
PluginServletConfig(BaseServletModuleDescriptor<?> descriptor, ServletContext servletContext)
Public Methods
String getInitParameter(String s)
Enumeration getInitParameterNames()
ServletContext getServletContext()
String getServletName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.ServletConfig

Public Constructors

public PluginServletConfig (BaseServletModuleDescriptor<?> descriptor, ServletContext servletContext)

Public Methods

public String getInitParameter (String s)

public Enumeration getInitParameterNames ()

public ServletContext getServletContext ()

public String getServletName ()