org.jboss.seam.security.external.dialogues
Class DialogueFilter
java.lang.Object
org.jboss.seam.security.external.dialogues.DialogueFilter
- All Implemented Interfaces:
- Filter
@WebFilter(filterName="DialogueFilter",
urlPatterns="/*")
public class DialogueFilter- extends Object
- implements Filter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIALOGUE_ID_PARAM
public static final String DIALOGUE_ID_PARAM
- See Also:
- Constant Field Values
DialogueFilter
public DialogueFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Filter
Copyright © 2011 Seam Framework. All Rights Reserved.