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, handleError
public void setKey(String s)
s
s
- The key of the db entry to returnpublic void setLocale(String s)
s
s
- The locale of the db entrypublic void setEncode(String s)
s
s
- true or false (case sensitive)public void setEscape(String s)
s
s
- true or false (case sensitive)public void setEvalAll(String s)
s
s
- true or false (case sensitive)public void setArgument(String argname, String argvalue)
argname=argvalue
argname
- The name of the argumentargvalue
- The name of the valueprotected void preExecute(COM.FutureTense.Interfaces.ICS ics)
AbstractTagRunner
subclasses can override
preExecute
in class AbstractTagRunner
ics
- Content Server context objectprotected void postExecute(COM.FutureTense.Interfaces.ICS ics)
AbstractTagRunner
subclasses can override
postExecute
in class AbstractTagRunner
ics
- Content Server context objectCopyright © 2016–2017. All rights reserved.