Class SpaceViewDefaultDecoratorAction

All Implemented Interfaces:
LookAndFeel, WebInterface, SpaceAdministrative, Spaced, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SpaceViewDefaultDecoratorAction extends ViewDefaultDecoratorAction implements SpaceAdministrative
See Also:
  • Constructor Details

    • SpaceViewDefaultDecoratorAction

      public SpaceViewDefaultDecoratorAction()
  • Method Details

    • readDefaultTemplate

      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).

      Overrides:
      readDefaultTemplate in class AbstractDecoratorAction
      Returns:
      null if the template couldn't be loaded!