com.fatwire.gst.foundation.controller.action.support
Class CommandActionLocator

java.lang.Object
  extended by com.fatwire.gst.foundation.controller.action.support.AbstractActionLocator
      extended by com.fatwire.gst.foundation.controller.action.support.BaseActionLocator
          extended by com.fatwire.gst.foundation.controller.action.support.MapActionLocator
              extended by com.fatwire.gst.foundation.controller.action.support.CommandActionLocator
All Implemented Interfaces:
ActionLocator

Deprecated. use MapActionLocator.

@Deprecated
public final class CommandActionLocator
extends MapActionLocator

ActionLocator that holds a Map with the Actions. The 'name' is keyed to a map that holds the Actions in a key/value pair.

Since:
2011-03-15
Author:
Tony Field, Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.controller.action.support.MapActionLocator
LOG
 
Constructor Summary
CommandActionLocator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.fatwire.gst.foundation.controller.action.support.MapActionLocator
doFindAction, setActionMap
 
Methods inherited from class com.fatwire.gst.foundation.controller.action.support.BaseActionLocator
setFactoryClassname
 
Methods inherited from class com.fatwire.gst.foundation.controller.action.support.AbstractActionLocator
getAction, getFallbackActionLocator, getInjector, injectDependencies, setFallbackActionLocator, setInjector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandActionLocator

public CommandActionLocator()
Deprecated. 


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.