com.fatwire.gst.foundation.facade.runtag.vdm
Class SetScalarWithoutReset

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.runtag.vdm.SetScalarWithoutReset
All Implemented Interfaces:
TagRunner

public class SetScalarWithoutReset
extends Object
implements TagRunner

Sets a scalar attribute value without resetting it if it has already been set to the same value.

Since:
Sep 29, 2008
Author:
Tony Field

Constructor Summary
SetScalarWithoutReset(String attribute, String value)
           
 
Method Summary
 String execute(COM.FutureTense.Interfaces.ICS ics)
          Invokes runTag with the tag name and FTValList populated by the class.
 String getAttribute()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetScalarWithoutReset

public SetScalarWithoutReset(String attribute,
                             String value)
Method Detail

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()

getAttribute

public String getAttribute()


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.