|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IncludeService
Service to include Templates, SiteEntries and CSElements.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |