com.ibm.mashups.enabler.layouttemplate
Interface LayoutTemplate

All Superinterfaces:
Identifiable, Localized, MetaData, ModifiableLocalized, ModifiableMetaData, TimeStamped

public LayoutTemplate
extends Identifiable, ModifiableLocalized, ModifiableMetaData, TimeStamped

Interface representing a layout template node.


Method Summary
 String getURL()
           Returns the URL of the layout template.
 String getHeadURL()
           Returns the URL of the head file of this layout template.
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableLocalized
setTitle, confirmSetTitle, removeTitle, confirmRemoveTitle, removeTitles, confirmRemoveTitles, setDescription, confirmSetDescription, removeDescription, confirmRemoveDescription, removeDescriptions, confirmRemoveDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.Localized
getLocales, getTitle, getTitles, getDescription, getDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.MetaData
getMetaDataNames, getMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.TimeStamped
getCreated, getLastModified
 

Method Detail

getURL

String getURL()
Returns the URL of the layout template.

Returns:
the base URL

getHeadURL

String getHeadURL()
Returns the URL of the head file of this layout template.

Returns:
the layout template URL


Copyright IBM Corp. 2010 All Rights Reserved.