org.alfresco.web.bean.wcm
Class CreateWebsiteWizard.PresentationTemplate
java.lang.Object
org.alfresco.web.bean.wcm.CreateWebsiteWizard.PresentationTemplate
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CreateWebsiteWizard
public static class CreateWebsiteWizard.PresentationTemplate
- extends java.lang.Object
- implements java.io.Serializable
Class to represent a single configured Presentation Template instance
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateWebsiteWizard.PresentationTemplate
public CreateWebsiteWizard.PresentationTemplate(RenderingEngineTemplate ret)
CreateWebsiteWizard.PresentationTemplate
public CreateWebsiteWizard.PresentationTemplate(RenderingEngineTemplate ret,
java.lang.String outputPathPattern)
getRenderingEngineTemplate
public RenderingEngineTemplate getRenderingEngineTemplate()
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getOutputPathPattern
public java.lang.String getOutputPathPattern()
- Returns:
- Returns the output path pattern.
setOutputPathPattern
public void setOutputPathPattern(java.lang.String outputPathPattern)
- Parameters:
outputPathPattern
- The output path pattern to set.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.