com.fatwire.gst.foundation.controller.action
Interface ActionNameResolver

All Known Implementing Classes:
CommandActionNameResolver, ElementNameActionNameResolver, NullActionNameResolver

public interface ActionNameResolver

Resolve the name of the Action based on the current request, exposed via the Content Server context.

Since:
May 27, 2011
Author:
Dolf.Dijkstra

Method Summary
 String resolveActionName(COM.FutureTense.Interfaces.ICS ics)
          Resolves the Action name based on the current Content Server context.
 

Method Detail

resolveActionName

String resolveActionName(COM.FutureTense.Interfaces.ICS ics)
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.

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.