|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fatwire.gst.foundation.include.IncludeElement
public class IncludeElement
Include implementation for CallElement.
| Constructor Summary | |
|---|---|
IncludeElement(COM.FutureTense.Interfaces.ICS ics,
String elementname)
|
|
| Method Summary | |
|---|---|
IncludeElement |
argument(String name,
boolean value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
argument(String name,
byte[] value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
argument(String name,
Date value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
argument(String name,
int value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
argument(String name,
long value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
argument(String name,
String value)
Adds the name value pair as an argument to the CallElement tag. |
IncludeElement |
copyArguments(String... name)
Copies the ics variables identified by the name array |
IncludeElement |
global()
|
void |
include(COM.FutureTense.Interfaces.ICS ics)
|
IncludeElement |
local()
|
IncludeElement |
setScope(CallElement.Scope scope)
|
IncludeElement |
stacked()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncludeElement(COM.FutureTense.Interfaces.ICS ics,
String elementname)
ics - elementname - | Method Detail |
|---|
public void include(COM.FutureTense.Interfaces.ICS ics)
include in interface Includeics - the Content Server context.
public IncludeElement argument(String name,
String value)
name - value -
public IncludeElement argument(String name,
Date value)
name - value -
public IncludeElement argument(String name,
long value)
name - value -
public IncludeElement argument(String name,
int value)
name - value -
public IncludeElement argument(String name,
boolean value)
name - value -
public IncludeElement argument(String name,
byte[] value)
name - value -
public IncludeElement copyArguments(String... name)
name -
public IncludeElement setScope(CallElement.Scope scope)
scope - CallElement.setScope(com.fatwire.gst.foundation.facade.runtag.render.CallElement.Scope)public IncludeElement global()
public IncludeElement stacked()
public IncludeElement local()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||