org.jboss.seam.security.external.dialogues
Class DialogueFilter

java.lang.Object
  extended by org.jboss.seam.security.external.dialogues.DialogueFilter
All Implemented Interfaces:
Filter

@WebFilter(filterName="DialogueFilter",
           urlPatterns="/*")
public class DialogueFilter
extends Object
implements Filter


Field Summary
static String DIALOGUE_ID_PARAM
           
 
Constructor Summary
DialogueFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOGUE_ID_PARAM

public static final String DIALOGUE_ID_PARAM
See Also:
Constant Field Values
Constructor Detail

DialogueFilter

public DialogueFilter()
Method Detail

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.