public class WraRenderPage extends BaseRenderPage
For the passing of arguments it makes heavy use of page criteria on the calling Template
| Modifier and Type | Field and Description |
|---|---|
protected AliasCoreFieldDao |
aliasCoreFieldDao |
protected WraPathTranslationService |
pathTranslationService |
static String |
URL_PATH |
static String |
VIRTUAL_WEBROOT |
protected WraCoreFieldDao |
wraCoreFieldDao |
CALLTEMPLATE_EXCLUDE_VARS, ics, LOG, PACKEDARGS| Constructor and Description |
|---|
WraRenderPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findAndSetP(AssetIdWithSite id,
Map<String,String> arguments)
Add p to the input parameters, if it is known or knowable.
|
protected VanityAsset |
getWraAndResolveAlias(AssetIdWithSite id)
Load the WRA, or the alias, and return it for use by the controller.
|
protected void |
renderPage()
This method is the entry of the class, it does the rendering of the page.
|
protected AssetIdWithSite |
resolveAssetId()
In this method the AssetId and the site are resolved.
|
callPage, callTemplate, getCallTemplateArguments, getCallTemplateCallStyle, imposeCallTemplateStyle, massagePackedArgs, recordCompositionalDependencies, unpackPackedArgspublic static final String URL_PATH
public static final String VIRTUAL_WEBROOT
protected WraPathTranslationService pathTranslationService
protected WraCoreFieldDao wraCoreFieldDao
protected AliasCoreFieldDao aliasCoreFieldDao
protected final void findAndSetP(AssetIdWithSite id, Map<String,String> arguments)
findAndSetP in class BaseRenderPageid - asset id with sitearguments - calltemplate argumentsprotected VanityAsset getWraAndResolveAlias(AssetIdWithSite id)
id - asset idprotected void renderPage()
renderPage in class BaseRenderPageprotected AssetIdWithSite resolveAssetId()
resolveAssetId in class BaseRenderPageCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.