Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.router.dispatcher
Class OldDefaultDispatcher

java.lang.Object
  extended by com.softwarementors.extjs.djn.router.dispatcher.DispatcherBase
      extended by com.softwarementors.extjs.djn.router.dispatcher.OldDefaultDispatcher
All Implemented Interfaces:
Dispatcher

public class OldDefaultDispatcher
extends DispatcherBase


Constructor Summary
OldDefaultDispatcher()
           
 
Method Summary
protected  java.lang.Object getInvokeInstanceForNonStaticMethod(RegisteredMethod method)
           
 
Methods inherited from class com.softwarementors.extjs.djn.router.dispatcher.DispatcherBase
createInvokeInstanceForMethodWithDefaultConstructor, dispatch, invokeJavaMethod, invokeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldDefaultDispatcher

public OldDefaultDispatcher()
Method Detail

getInvokeInstanceForNonStaticMethod

protected java.lang.Object getInvokeInstanceForNonStaticMethod(RegisteredMethod method)
                                                        throws java.lang.Exception
Specified by:
getInvokeInstanceForNonStaticMethod in class DispatcherBase
Throws:
java.lang.Exception

Copyright © 2008, 2009 Pedro Agulló Soliveres