|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fatwire.gst.foundation.include.IncludePage
public class IncludePage
Class that calls render:contentserver or render:satellitepage based on style.
| Field Summary | |
|---|---|
static List<String> |
FORBIDDEN_VARS
|
| Constructor Summary | |
|---|---|
IncludePage(COM.FutureTense.Interfaces.ICS ics,
String pagename)
|
|
IncludePage(COM.FutureTense.Interfaces.ICS ics,
String pagename,
CallTemplate.Style style)
|
|
| Method Summary | |
|---|---|
IncludePage |
argument(String name,
String value)
|
IncludePage |
copyArguments(String... name)
Copies the ics variables identified by the name array |
IncludePage |
embedded()
Sets Style to embedded |
void |
include(COM.FutureTense.Interfaces.ICS ics)
|
IncludePage |
packedargs(String s)
Adds packedargs. |
IncludePage |
pagelet()
Sets Style to pagelet |
IncludePage |
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 IncludePage(COM.FutureTense.Interfaces.ICS ics,
String pagename)
ics - pagename -
public IncludePage(COM.FutureTense.Interfaces.ICS ics,
String pagename,
CallTemplate.Style style)
ics - pagename - style - | Method Detail |
|---|
public void include(COM.FutureTense.Interfaces.ICS ics)
include in interface Includeics - the Content Server context.
public IncludePage argument(String name,
String value)
name - value -
TagRunnerWithRenderArguments.setArgument(java.lang.String,
java.lang.String)public IncludePage packedargs(String s)
s -
CallTemplate.setPackedargs(java.lang.String)public IncludePage copyArguments(String... name)
name -
public IncludePage style(CallTemplate.Style s)
public IncludePage embedded()
public IncludePage pagelet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||