Uses of Interface
com.fatwire.gst.foundation.controller.action.Action

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

Uses of Action in com.fatwire.gst.foundation.controller.action
 

Classes in com.fatwire.gst.foundation.controller.action that implement Action
 class RenderPage
          Generic page-rendering action.
 

Methods in com.fatwire.gst.foundation.controller.action that return Action
 Action ActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics, String name)
          Gets the action for the name specified.
 

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

Methods in com.fatwire.gst.foundation.controller.action.support that return Action
protected  Action SingleActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
           
protected  Action RenderPageActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
           
protected  Action MapActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
           
protected  Action ClassActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
           
protected abstract  Action AbstractActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
          Template Method for finding the Action for the custom ActionLocator.
 Action AbstractActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics, String name)
          This method selects the Action by calling the AbstractActionLocator.doFindAction(ICS, String) method.
 

Methods in com.fatwire.gst.foundation.controller.action.support that return types with arguments of type Action
 Class<Action> SingleActionLocator.getActionClass()
           
 

Methods in com.fatwire.gst.foundation.controller.action.support with parameters of type Action
protected  void AbstractActionLocator.injectDependencies(COM.FutureTense.Interfaces.ICS ics, Action action)
           
 

Method parameters in com.fatwire.gst.foundation.controller.action.support with type arguments of type Action
 void MapActionLocator.setActionMap(Map<String,Action> map)
           
 

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

Methods in com.fatwire.gst.foundation.groovy.action that return Action
protected  Action GroovyActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
           
 

Uses of Action in com.fatwire.gst.foundation.mobile.action
 

Classes in com.fatwire.gst.foundation.mobile.action that implement Action
 class DeviceAwareRenderPageAction
          RenderPage action extension that handles translations as well as device detection to direct the visitor to the device specific template.
 



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