com.fatwire.gst.foundation.controller.action
Interface ActionLocator
- All Known Implementing Classes:
- AbstractActionLocator, BaseActionLocator, ClassActionLocator, CommandActionLocator, GroovyActionLocator, MapActionLocator, RenderPageActionLocator, SingleActionLocator
public interface ActionLocator
Interface to be implemented by objects that define a mapping between requests
and handler objects.
- Since:
- 2011-03-15
- Author:
- Tony Field, Dolf Dijkstra
Method Summary |
Action |
getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Gets the action for the name specified. |
getAction
Action getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
- Gets the action for the name specified.
- Parameters:
ics
- Content Server context objectname
- the name of the action
- Returns:
- the located Action, never null
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.