public class DefaultIncludeService extends Object implements IncludeService
| Constructor and Description | 
|---|
DefaultIncludeService(COM.FutureTense.Interfaces.ICS ics)  | 
| 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. 
 | 
Include | 
find(String 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. 
 | 
public DefaultIncludeService(COM.FutureTense.Interfaces.ICS ics)
public IncludeElement element(String name, String elementname)
IncludeServiceelement in interface IncludeServicename - the name of the Include for reference in the View layer.elementname - the name of the element to call.public IncludePage page(String name, String pagename, CallTemplate.Style style)
IncludeServicepage in interface IncludeServicename - the name of the Include for reference in the View layer.pagename - the name of the SiteCatalog entry to call.public IncludeTemplate template(String name, com.fatwire.assetapi.data.AssetId asset, String tname)
IncludeServicetemplate in interface IncludeServicename - the name of the Include for reference in the View layerasset - the asset to render.tname - the template name.Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.