public abstract class BaseRenderPage extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
CALLTEMPLATE_EXCLUDE_VARS
Deprecated.
|
protected COM.FutureTense.Interfaces.ICS |
ics
Deprecated.
|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
static String |
PACKEDARGS
Deprecated.
|
Constructor and Description |
---|
BaseRenderPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
callPage(AssetIdWithSite id,
String pagename,
String packedArgs)
Deprecated.
|
protected void |
callTemplate(AssetIdWithSite id,
String tname)
Deprecated.
|
protected void |
findAndSetP(AssetIdWithSite id,
Map<String,String> arguments)
Deprecated.
|
protected void |
getCallTemplateArguments(AssetIdWithSite id,
Map<String,String> arguments)
Deprecated.
This method collects additional arguments for the CallTemplate call.
|
protected CallTemplate.Style |
getCallTemplateCallStyle(String target)
Deprecated.
|
protected void |
imposeCallTemplateStyle(CallTemplate ct,
String targetPagename)
Deprecated.
This method allows developers to override the automatically-selected
CallTemplate call style.
|
protected String |
massagePackedArgs(String packedargs)
Deprecated.
|
protected void |
recordCompositionalDependencies()
Deprecated.
Record compositional dependencies that are required for the controller
|
protected void |
renderPage()
Deprecated.
|
protected AssetIdWithSite |
resolveAssetId()
Deprecated.
|
protected String |
unpackPackedArgs()
Deprecated.
|
public static final String PACKEDARGS
protected static final org.slf4j.Logger LOG
protected COM.FutureTense.Interfaces.ICS ics
protected void callPage(AssetIdWithSite id, String pagename, String packedArgs)
protected AssetIdWithSite resolveAssetId()
protected void renderPage()
protected void findAndSetP(AssetIdWithSite id, Map<String,String> arguments)
protected void callTemplate(AssetIdWithSite id, String tname)
protected void getCallTemplateArguments(AssetIdWithSite id, Map<String,String> arguments)
id
- AssetIdWithSite objectarguments
- Map containing arguments for the nested
CallTemplate callprotected CallTemplate.Style getCallTemplateCallStyle(String target)
protected void imposeCallTemplateStyle(CallTemplate ct, String targetPagename)
ct
- CallTemplate tagtargetPagename
- target pagename#setStyle(CallTemplate.Style)
protected void recordCompositionalDependencies()
protected String unpackPackedArgs()
Copyright © 2010–2017. All rights reserved.