com.fatwire.gst.foundation.controller.action.support
Class ElementNameActionNameResolver
java.lang.Object
com.fatwire.gst.foundation.controller.action.support.ElementNameActionNameResolver
- All Implemented Interfaces:
- ActionNameResolver
public class ElementNameActionNameResolver
- extends Object
- implements ActionNameResolver
ActionNameResolver that looks up name of action based on current elementname.
- Since:
- May 26, 2011
- Author:
- Dolf.Dijkstra
Method Summary |
String |
resolveActionName(COM.FutureTense.Interfaces.ICS ics)
Resolves the Action name based on the current Content Server context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementNameActionNameResolver
public ElementNameActionNameResolver()
resolveActionName
public String resolveActionName(COM.FutureTense.Interfaces.ICS ics)
- Description copied from interface:
ActionNameResolver
- Resolves the Action name based on the current Content Server context.
A null or empty string value is an indication that a default Action
need to be used.
- Specified by:
resolveActionName
in interface ActionNameResolver
- Parameters:
ics
- the Content Server context
- Returns:
- the name of the action, blank or null is allowed.
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.