public class

SpaceViewDefaultDecoratorAction

extends ViewDefaultDecoratorAction
implements SpaceAdministrative
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
           ↳ com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
             ↳ com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction
               ↳ com.atlassian.confluence.spaces.actions.SpaceViewDefaultDecoratorAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
From class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
SpaceViewDefaultDecoratorAction()
Protected Methods
String readDefaultTemplate()
We override the super.readDefaultTemplate() here because we want to read _any_ template we can find with this name, not just the 'default' off disk.
[Expand]
Inherited Methods
From class com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction
From class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
From class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
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

Public Constructors

public SpaceViewDefaultDecoratorAction ()

Protected Methods

protected String readDefaultTemplate ()

We override the super.readDefaultTemplate() here because we want to read _any_ template we can find with this name, not just the 'default' off disk.

This means we will either read the global template (if global decorator configured), or the original default (if no global decorator configured).
Returns
  • null if the template couldn't be loaded!