com.fatwire.gst.foundation.facade.runtag.xlat
Class Stream

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.xlat.Stream
All Implemented Interfaces:
TagRunner

public final class Stream
extends AbstractTagRunner

Wrapper around the XLAT.STREAM xml tag

Since:
August 15, 2008
Author:
Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
Stream()
           
 
Method Summary
protected  void postExecute(COM.FutureTense.Interfaces.ICS ics)
          Template method that is called after ics.runTag and before handleError

subclasses can override

protected  void preExecute(COM.FutureTense.Interfaces.ICS ics)
          Template method that is called before ics.runTag

subclasses can override

 void setArgument(String argname, String argvalue)
          Sets the name and value of a custome argument to argname=argvalue
 void setEncode(String s)
          Sets encode to the value of s
 void setEscape(String s)
          Sets escape to the value of s
 void setEvalAll(String s)
          Sets evalall to the value of s
 void setKey(String s)
          Sets key to the value of s
 void setLocale(String s)
          Sets locale to the value of s
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stream

public Stream()
Method Detail

setKey

public void setKey(String s)
Sets key to the value of s

Parameters:
s - The key of the db entry to return

setLocale

public void setLocale(String s)
Sets locale to the value of s

Parameters:
s - The locale of the db entry

setEncode

public void setEncode(String s)
Sets encode to the value of s

Parameters:
s - true or false (case sensitive)

setEscape

public void setEscape(String s)
Sets escape to the value of s

Parameters:
s - true or false (case sensitive)

setEvalAll

public void setEvalAll(String s)
Sets evalall to the value of s

Parameters:
s - true or false (case sensitive)

setArgument

public void setArgument(String argname,
                        String argvalue)
Sets the name and value of a custome argument to argname=argvalue

Parameters:
argname - The name of the argument
argvalue - The name of the value

preExecute

protected void preExecute(COM.FutureTense.Interfaces.ICS ics)
Description copied from class: AbstractTagRunner
Template method that is called before ics.runTag

subclasses can override

Overrides:
preExecute in class AbstractTagRunner

postExecute

protected void postExecute(COM.FutureTense.Interfaces.ICS ics)
Description copied from class: AbstractTagRunner
Template method that is called after ics.runTag and before handleError

subclasses can override

Overrides:
postExecute in class AbstractTagRunner


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