{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Interface PresentationTemplate
- All Superinterfaces:
- Document, Editable, EditableItem, Hierarchical, Item, Localized, WCMApiObject, WorkflowedDocument
public interface PresentationTemplate- extends Editable, WorkflowedDocument, Hierarchical
Represents a Presentation Template in the repository.
A PresentationTemplate is a template for how a Web Page will look when rendered.
Site and SiteArea objects enable an AuthoringTemplate to be mapped to a PresentationTemplate. This mapping will then determine the design and default properties of a Web Page.
Method Summary java.lang.String getHTML()
Returns the HTML contained in this Presentation Template as a String.void setHTML(java.lang.String html)
Sets the HTML contained in this PresentationTemplate from the specified html argument.
Methods inherited from interface com.ibm.workplace.wcm.api.Item getCreationDate, getDescription, getIdentity, getModifiedDate, getName, getTitle
Methods inherited from interface com.ibm.portal.Localized getLocales
Methods inherited from interface com.ibm.workplace.wcm.api.EditableItem setDescription, setName, setTitle
Methods inherited from interface com.ibm.workplace.wcm.api.Hierarchical getParentId
Method Detail getHTML
java.lang.String getHTML()
- Returns the HTML contained in this Presentation Template as a String.
Return an empty String if the HTML could not be retrieved.
- Returns:
- the HTML
setHTML
void setHTML(java.lang.String html) throws OperationFailedException
- Sets the HTML contained in this PresentationTemplate from the specified html argument.
Note. This method replaces any existing HTML in this Presentation Template. It does not append to existing HTML. Existing images will be removed, new images will be added.
- Parameters:
- html - the HTML
- Throws:
- OperationFailedException - if the string argument is null or the HTML could not be set
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD