com.fatwire.gst.foundation.controller.action.support
Class NullActionNameResolver
java.lang.Object
com.fatwire.gst.foundation.controller.action.support.NullActionNameResolver
- All Implemented Interfaces:
- ActionNameResolver
public class NullActionNameResolver
- extends Object
- implements ActionNameResolver
ActionNameResolver that always returns null for the action name.
- 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 |
NullActionNameResolver
public NullActionNameResolver()
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.