Class FaviconInterceptor
java.lang.Object
com.atlassian.jira.lookandfeel.filter.FaviconInterceptor
- All Implemented Interfaces:
javax.servlet.Filter
The entire purpose of this filter is to redirect all Favicons to the one that JIRA provides.
-
Constructor Summary
ConstructorsConstructorDescriptionFaviconInterceptor
(LookAndFeelProperties properties, JiraHome jiraHome, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider) -
Method Summary
-
Constructor Details
-
FaviconInterceptor
public FaviconInterceptor(LookAndFeelProperties properties, JiraHome jiraHome, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider)
-
-
Method Details
-
init
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException - Specified by:
init
in interfacejavax.servlet.Filter
- Throws:
javax.servlet.ServletException
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
doFilter
in interfacejavax.servlet.Filter
- Throws:
IOException
javax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroy
in interfacejavax.servlet.Filter
-