public class IncludeElement extends Object implements Include
Constructor and Description |
---|
IncludeElement(COM.FutureTense.Interfaces.ICS ics,
String elementname)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IncludeElement |
argument(String name,
boolean value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
argument(String name,
byte[] value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
argument(String name,
Date value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
argument(String name,
int value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
argument(String name,
long value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
argument(String name,
String value)
Deprecated.
Adds the name value pair as an argument to the CallElement tag.
|
IncludeElement |
copyArguments(String... name)
Deprecated.
Copies the ics variables identified by the name array
|
IncludeElement |
global()
Deprecated.
|
void |
include(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
IncludeElement |
local()
Deprecated.
|
IncludeElement |
setScope(CallElement.Scope scope)
Deprecated.
|
IncludeElement |
stacked()
Deprecated.
|
public IncludeElement(COM.FutureTense.Interfaces.ICS ics, String elementname)
ics
- Content Server context objectelementname
- element name to be calledpublic void include(COM.FutureTense.Interfaces.ICS ics)
public IncludeElement argument(String name, String value)
name
- name for the specified valuevalue
- value referenced by the key, namepublic IncludeElement argument(String name, Date value)
name
- name for specified valuevalue
- value referenced by the key, namepublic IncludeElement argument(String name, long value)
name
- name for specified valuevalue
- value referenced by the key, namepublic IncludeElement argument(String name, int value)
name
- name for specified valuevalue
- value referenced by the key, namepublic IncludeElement argument(String name, boolean value)
name
- name for specified valuevalue
- value referenced by the key, namepublic IncludeElement argument(String name, byte[] value)
name
- name for specified valuevalue
- value referenced by the key, namepublic IncludeElement copyArguments(String... name)
name
- name for specified valuepublic IncludeElement setScope(CallElement.Scope scope)
scope
- scope objectpublic IncludeElement global()
public IncludeElement stacked()
public IncludeElement local()
Copyright © 2010–2017. All rights reserved.