Modifier and Type | Field and Description |
---|---|
static List<String> |
FORBIDDEN_VARS
Deprecated.
|
Constructor and Description |
---|
IncludeTemplate(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId asset,
String tname)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IncludeTemplate |
argument(String name,
String value)
Deprecated.
|
IncludeTemplate |
copyArguments(String... name)
Deprecated.
Copies the ics variables identified by the name array
|
IncludeTemplate |
element()
Deprecated.
Sets Style to element
|
IncludeTemplate |
embedded()
Deprecated.
Sets Style to embedded
|
void |
include(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
IncludeTemplate |
packedargs(String s)
Deprecated.
Adds packedargs.
|
IncludeTemplate |
pagelet()
Deprecated.
Sets Style to pagelet
|
IncludeTemplate |
style(CallTemplate.Style s)
Deprecated.
|
public IncludeTemplate(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId asset, String tname)
ics
- Content Server contextasset
- asset to rendertname
- template namepublic void include(COM.FutureTense.Interfaces.ICS ics)
public IncludeTemplate argument(String name, String value)
name
- argument namevalue
- argument valuepublic IncludeTemplate copyArguments(String... name)
name
- argument namepublic IncludeTemplate packedargs(String s)
s
- packedargspublic IncludeTemplate style(CallTemplate.Style s)
s
- stylepublic IncludeTemplate element()
public IncludeTemplate embedded()
public IncludeTemplate pagelet()
Copyright © 2010–2017. All rights reserved.