|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PresentationTemplate
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.WorkflowedDocument |
|---|
addAdditionalViewers, addApprovers, cancelDraftDocument, createDraftDocument, decline, getAdditionalViewers, getCurrentApprovers, getEffectiveDate, getExpiryDate, getGeneralDateOne, getGeneralDateTwo, getWorkflowId, getWorkflowStageId, hasApproverAccess, hasApproverAccess, hasDraft, isDraft, isExpired, isPublished, nextWorkflowStage, removeAdditionalViewers, removeApprovers, restartWorkflow, setEffectiveDate, setExpiryDate, setGeneralDateOne, setGeneralDateTwo, setWorkflowId |
| Method Detail |
|---|
java.lang.String getHTML()
String.
Returns an empty String if the HTML could not be retrieved.
void setHTML(java.lang.String html)
throws OperationFailedException
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.
html - the HTML
OperationFailedException - if the string argument is null or the
HTML could not be set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||