org.fusesource.restygwt.client.dispatcher
Class DefaultDispatcherFilter

java.lang.Object
  extended by org.fusesource.restygwt.client.dispatcher.DefaultDispatcherFilter
All Implemented Interfaces:
DispatcherFilter

public class DefaultDispatcherFilter
extends Object
implements DispatcherFilter


Constructor Summary
DefaultDispatcherFilter(CallbackFactory cf)
          the one and only constructor
 
Method Summary
 boolean filter(Method method, RequestBuilder builder)
          main filter method for a dispatcherfilter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDispatcherFilter

public DefaultDispatcherFilter(CallbackFactory cf)
the one and only constructor

Parameters:
cf -
Method Detail

filter

public boolean filter(Method method,
                      RequestBuilder builder)
main filter method for a dispatcherfilter.

Specified by:
filter in interface DispatcherFilter
Returns:
continue filtering or not


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.