com.atlassian.jira.lookandfeel.filter
Class FaviconInterceptor

java.lang.Object
  extended by com.atlassian.jira.lookandfeel.filter.FaviconInterceptor
All Implemented Interfaces:
javax.servlet.Filter

public class FaviconInterceptor
extends Object
implements javax.servlet.Filter

The entire purpose of this filter is to redirect all Favicons to the one that JIRA provides.


Constructor Summary
FaviconInterceptor(LookAndFeelProperties properties, JiraHome jiraHome, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaviconInterceptor

public FaviconInterceptor(LookAndFeelProperties properties,
                          JiraHome jiraHome,
                          com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
                          com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.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 interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter


Copyright © 2002-2012 Atlassian. All Rights Reserved.