Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.servlet.ssm
Class SsmDispatcher

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

public class SsmDispatcher
extends DispatcherBase


Constructor Summary
SsmDispatcher()
           
 
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

SsmDispatcher

public SsmDispatcher()
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