| Constructor and Description | 
|---|
IncludeElement(COM.FutureTense.Interfaces.ICS ics,
              String elementname)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public IncludeElement(COM.FutureTense.Interfaces.ICS ics,
              String elementname)
ics - elementname - public void include(COM.FutureTense.Interfaces.ICS ics)
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()
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.