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

java.lang.Object
  extended by 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

Constructor Summary
ElementNameActionNameResolver()
           
 
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
 

Constructor Detail

ElementNameActionNameResolver

public ElementNameActionNameResolver()
Method Detail

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.