Copyright © 2008, 2009 Pedro Agulló Soliveres

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

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

public class DefaultDispatcher
extends DispatcherBase


Constructor Summary
DefaultDispatcher()
           
 
Method Summary
protected  java.lang.Object getActionInstance(RegisteredAction action)
           
 
Methods inherited from class com.softwarementors.extjs.djn.router.dispatcher.DispatcherBase
createActionInstance, createUnableToCreateActionInstanceException, dispatch, invokeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDispatcher

public DefaultDispatcher()
Method Detail

getActionInstance

protected java.lang.Object getActionInstance(RegisteredAction action)
Specified by:
getActionInstance in class DispatcherBase

Copyright © 2008, 2009 Pedro Agulló Soliveres