public abstract class BaseRenderPage extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
CALLTEMPLATE_EXCLUDE_VARS |
protected COM.FutureTense.Interfaces.ICS |
ics |
protected static org.apache.commons.logging.Log |
LOG |
static String |
PACKEDARGS |
Constructor and Description |
---|
BaseRenderPage() |
Modifier and Type | Method and Description |
---|---|
protected void |
callPage(AssetIdWithSite id,
String pagename,
String packedArgs) |
protected void |
callTemplate(AssetIdWithSite id,
String tname) |
protected void |
findAndSetP(AssetIdWithSite id,
Map<String,String> arguments) |
protected void |
getCallTemplateArguments(AssetIdWithSite id,
Map<String,String> arguments)
This method collects additional arguments for the CallTemplate call.
|
protected CallTemplate.Style |
getCallTemplateCallStyle(String target) |
protected void |
imposeCallTemplateStyle(CallTemplate ct,
String targetPagename)
This method allows developers to override the automatically-selected
CallTemplate call style.
|
protected String |
massagePackedArgs(String packedargs) |
protected void |
recordCompositionalDependencies()
Record compositional dependencies that are required for the controller
|
protected void |
renderPage() |
protected AssetIdWithSite |
resolveAssetId() |
protected String |
unpackPackedArgs() |
public static final String PACKEDARGS
protected static final org.apache.commons.logging.Log 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
- Mapprotected 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-2016 Oracle Corporation. All Rights Reserved.