com.fatwire.gst.foundation.facade.runtag.vdm
Class SetAliasWithoutReset
java.lang.Object
com.fatwire.gst.foundation.facade.runtag.vdm.SetAliasWithoutReset
- All Implemented Interfaces:
- TagRunner
public class SetAliasWithoutReset
- extends Object
- implements TagRunner
Sets an alias ONLY if it has not been set before. Avoids unnecessary DB
thrash.
- Since:
- Sep 29, 2008
- Author:
- Tony Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetAliasWithoutReset
public SetAliasWithoutReset(String key,
String value)
execute
public String execute(COM.FutureTense.Interfaces.ICS ics)
- Description copied from interface:
TagRunner
- Invokes runTag with the tag name and FTValList populated by the class.
- Specified by:
execute
in interface TagRunner
- Returns:
- the returned string from
ICS.runTag(String, COM.FutureTense.Interfaces.FTValList)
getValue
public String getValue()
getKey
public String getKey()
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.