|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.include.IncludeTemplate
public class IncludeTemplate
Field Summary | |
---|---|
static List<String> |
FORBIDDEN_VARS
|
Constructor Summary | |
---|---|
IncludeTemplate(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId asset,
String tname)
|
Method Summary | |
---|---|
IncludeTemplate |
argument(String name,
String value)
|
IncludeTemplate |
copyArguments(String... name)
Copies the ics variables identified by the name array |
IncludeTemplate |
element()
Sets Style to element |
IncludeTemplate |
embedded()
Sets Style to embedded |
void |
include(COM.FutureTense.Interfaces.ICS ics)
|
IncludeTemplate |
packedargs(String s)
Adds packedargs. |
IncludeTemplate |
pagelet()
Sets Style to pagelet |
IncludeTemplate |
style(CallTemplate.Style s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final List<String> FORBIDDEN_VARS
Constructor Detail |
---|
public IncludeTemplate(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId asset, String tname)
ics
- Content Server contextasset
- asset to rendertname
- template nameMethod Detail |
---|
public void include(COM.FutureTense.Interfaces.ICS ics)
include
in interface Include
ics
- the Content Server context.public IncludeTemplate argument(String name, String value)
name
- value
-
TagRunnerWithRenderArguments.setArgument(java.lang.String,
java.lang.String)
public IncludeTemplate copyArguments(String... name)
name
-
public IncludeTemplate packedargs(String s)
s
- packedargs
CallTemplate.setPackedargs(java.lang.String)
public IncludeTemplate style(CallTemplate.Style s)
s
- style
CallTemplate.setStyle(com.fatwire.gst.foundation.facade.runtag.render.CallTemplate.Style)
public IncludeTemplate element()
public IncludeTemplate embedded()
public IncludeTemplate pagelet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |