public final class Stream extends AbstractTagRunner
list| Constructor and Description |
|---|
Stream()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
postExecute(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Template method that is called after ics.runTag and before handleError
|
protected void |
preExecute(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Template method that is called before ics.runTag
|
void |
setArgument(String argname,
String argvalue)
Deprecated.
Sets the name and value of a custome argument to
argname=argvalue |
void |
setEncode(String s)
Deprecated.
Sets encode to the value of
s |
void |
setEscape(String s)
Deprecated.
Sets escape to the value of
s |
void |
setEvalAll(String s)
Deprecated.
Sets evalall to the value of
s |
void |
setKey(String s)
Deprecated.
Sets key to the value of
s |
void |
setLocale(String s)
Deprecated.
Sets locale to the value of
s |
bind, execute, handleErrorpublic void setKey(String s)
ss - The key of the db entry to returnpublic void setLocale(String s)
ss - The locale of the db entrypublic void setEncode(String s)
ss - true or false (case sensitive)public void setEscape(String s)
ss - true or false (case sensitive)public void setEvalAll(String s)
ss - true or false (case sensitive)public void setArgument(String argname, String argvalue)
argname=argvalueargname - The name of the argumentargvalue - The name of the valueprotected void preExecute(COM.FutureTense.Interfaces.ICS ics)
AbstractTagRunnersubclasses can override
preExecute in class AbstractTagRunnerics - Content Server context objectprotected void postExecute(COM.FutureTense.Interfaces.ICS ics)
AbstractTagRunnersubclasses can override
postExecute in class AbstractTagRunnerics - Content Server context objectCopyright © 2010–2017. All rights reserved.