public interface IncludeService
Modifier and Type | Method and Description |
---|---|
IncludeElement |
element(String name,
String elementname)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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
- styleIncludeElement 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–2017. All rights reserved.