Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.action.util
Class JiveFilterDispatcher

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.FilterDispatcher
      extended by com.jivesoftware.base.action.util.JiveFilterDispatcher
All Implemented Interfaces:
JivePropertyListener, com.opensymphony.webwork.WebWorkStatics, javax.servlet.Filter

public class JiveFilterDispatcher
extends com.opensymphony.webwork.dispatcher.FilterDispatcher
implements JivePropertyListener


Field Summary
 
Fields inherited from class com.opensymphony.webwork.dispatcher.FilterDispatcher
filterConfig, pathPrefixes
 
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER
 
Constructor Summary
JiveFilterDispatcher()
           
 
Method Summary
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 void jivePropertyAdded(JivePropertyEvent jivePropertyEvent)
          Fired when a jive property is added
 void jivePropertyModified(JivePropertyEvent jivePropertyEvent)
          Fired when a jive property is modified
 void jivePropertyRemoved(JivePropertyEvent jivePropertyEvent)
          Fired when a jive property is removed
 
Methods inherited from class com.opensymphony.webwork.dispatcher.FilterDispatcher
afterActionInvocation, beforeActionInvocation, checkUrl, copy, createComponentManager, destroy, findInputStream, findStaticResource, getFilterConfig, getServletContext, parse, setupContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiveFilterDispatcher

public JiveFilterDispatcher()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Overrides:
init in class com.opensymphony.webwork.dispatcher.FilterDispatcher
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse res,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Overrides:
doFilter in class com.opensymphony.webwork.dispatcher.FilterDispatcher
Throws:
java.io.IOException
javax.servlet.ServletException

jivePropertyAdded

public void jivePropertyAdded(JivePropertyEvent jivePropertyEvent)
Description copied from interface: JivePropertyListener
Fired when a jive property is added

Specified by:
jivePropertyAdded in interface JivePropertyListener
Parameters:
jivePropertyEvent - event fired

jivePropertyRemoved

public void jivePropertyRemoved(JivePropertyEvent jivePropertyEvent)
Description copied from interface: JivePropertyListener
Fired when a jive property is removed

Specified by:
jivePropertyRemoved in interface JivePropertyListener
Parameters:
jivePropertyEvent - event fired

jivePropertyModified

public void jivePropertyModified(JivePropertyEvent jivePropertyEvent)
Description copied from interface: JivePropertyListener
Fired when a jive property is modified

Specified by:
jivePropertyModified in interface JivePropertyListener
Parameters:
jivePropertyEvent - event fired

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.