public interface IncludeService
| Modifier and Type | Method and Description |
|---|---|
IncludeElement |
element(String name,
String elementname)
Creates a IncludeElement and registers this under the name for retrieval
in the View layer by that name.
|
IncludePage |
page(String name,
String pagename,
CallTemplate.Style style)
Creates a IncludePage and registers this under the name for retrieval in
the View layer by that name.
|
IncludeTemplate |
template(String name,
com.fatwire.assetapi.data.AssetId asset,
String tname)
Creates a IncludeTemplate and registers this under the name for retrieval
in the View layer by that name.
|
IncludeTemplate template(String name, com.fatwire.assetapi.data.AssetId asset, String tname)
name - the name of the Include for reference in the View layerasset - the asset to render.tname - the template name.IncludePage page(String name, String pagename, CallTemplate.Style style)
name - the name of the Include for reference in the View layer.pagename - the name of the SiteCatalog entry to call.style - IncludeElement element(String name, String elementname)
name - the name of the Include for reference in the View layer.elementname - the name of the element to call.Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.