com.ibm.workplace.wcm.api
Interface PresentationTemplate

All Superinterfaces:
Document

public interface PresentationTemplate
extends Document

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 a PresentationTemplate to be mapped to an AuthoringTemplate. This mapping will then determine the design and default properties of a Web Page.

A PresentationTemplate cannot be created, edited or deleted through the API. It must already exist in the repository.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
 
Methods inherited from interface com.ibm.workplace.wcm.api.Document
getAuthors, getDeleteAccessMembers, getDescription, getEditAccessMembers, getId, getLiveAccessMembers, getName, getOwners, getReadAccessMembers
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement

See Also:
Constant Field Values