Class Overview
The entire purpose of this filter is to redirect all Favicons to the one that JIRA provides.
Summary
Public Methods |
void
|
destroy()
|
void
|
doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
|
void
|
init(FilterConfig filterConfig)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
javax.servlet.Filter
void
|
destroy()
|
void
|
doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2)
|
void
|
init(FilterConfig arg0)
|
|
Public Constructors
Public Methods
public
void
doFilter
(ServletRequest request, ServletResponse response, FilterChain chain)
public
void
init
(FilterConfig filterConfig)