public class

AbstractEditPageTemplateAction

extends AbstractPageTemplateAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.pages.templates.actions.AbstractPageTemplateAction
           ↳ com.atlassian.confluence.pages.templates.actions.AbstractEditPageTemplateAction
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
protected String back
protected String content
protected String description
protected String name
protected String preview
[Expand]
Inherited Fields
From class com.atlassian.confluence.pages.templates.actions.AbstractPageTemplateAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AbstractEditPageTemplateAction()
Public Methods
String getContent()
String getDescription()
String getName()
String getxHtmlContent()
void setBack(String back)
void setContent(String content)
void setDescription(String description)
void setLabelManager(LabelManager labelManager)
void setName(String name)
void setPreview(String preview)
void validate()
Ensure that the size of the labels associated with the template are less than the column size for storing them (255).
Protected Methods
void setLabelsOnTemplate(PageTemplate template)
void updateXHtmlContent()
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.templates.actions.AbstractPageTemplateAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.spaces.Spaced
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Fields

protected String back

protected String content

protected String description

protected String name

protected String preview

Public Constructors

public AbstractEditPageTemplateAction ()

Public Methods

public String getContent ()

public String getDescription ()

public String getName ()

public String getxHtmlContent ()

public void setBack (String back)

public void setContent (String content)

public void setDescription (String description)

public void setLabelManager (LabelManager labelManager)

public void setName (String name)

public void setPreview (String preview)

public void validate ()

Ensure that the size of the labels associated with the template are less than the column size for storing them (255).

Protected Methods

protected void setLabelsOnTemplate (PageTemplate template)

protected void updateXHtmlContent ()