Uses of Class
com.fatwire.gst.foundation.controller.action.support.AbstractActionLocator

Packages that use AbstractActionLocator
com.fatwire.gst.foundation.controller.action.support   
com.fatwire.gst.foundation.groovy.action   
 

Uses of AbstractActionLocator in com.fatwire.gst.foundation.controller.action.support
 

Subclasses of AbstractActionLocator in com.fatwire.gst.foundation.controller.action.support
 class BaseActionLocator
          ActionLocator with support for Factory and a fall back ActionLocator.
 class ClassActionLocator
          ActionLocator that loads actions based on a naming convention; if the action name is prefixed with class: and the rest of the action name is a java class that implements the Action interface , an Action from this class will be created.
 class CommandActionLocator
          Deprecated. use MapActionLocator.
 class MapActionLocator
          ActionLocator that holds a Map with the Actions.
 class RenderPageActionLocator
          ActionLocator that always returns a RenderPage action as long as the name parameter is blank.
 class SingleActionLocator
          Class that provides access to a single action, ie the name is ignored and it will always return the same new Action, from the actionClass field.
 

Uses of AbstractActionLocator in com.fatwire.gst.foundation.groovy.action
 

Subclasses of AbstractActionLocator in com.fatwire.gst.foundation.groovy.action
 class GroovyActionLocator
           
 



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