com.atlassian.confluence.security.websudo
Class MessagesDecoratorFilter
java.lang.Object
com.atlassian.core.filters.AbstractHttpFilter
com.atlassian.confluence.security.websudo.MessagesDecoratorFilter
- All Implemented Interfaces:
- Filter
public final class MessagesDecoratorFilter
- extends com.atlassian.core.filters.AbstractHttpFilter
Filter that adds global messages to the templates that use #displayGlobalMessages() macro.
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter |
destroy, doFilter, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagesDecoratorFilter
public MessagesDecoratorFilter()
doFilter
protected void doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain filterChain)
throws IOException,
ServletException
- Specified by:
doFilter
in class com.atlassian.core.filters.AbstractHttpFilter
- Throws:
IOException
ServletException