Class CustomPageContentAction

    • Constructor Detail

      • CustomPageContentAction

        public CustomPageContentAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getFooterText

        public String getFooterText()
      • getHeaderText

        public String getHeaderText()
      • getSidebarText

        public String getSidebarText()
      • setHeaderText

        public void setHeaderText​(String headerText)
      • setFooterText

        public void setFooterText​(String footerText)
      • setSidebarText

        public void setSidebarText​(String sidebarText)
      • setCustomPageSettingsManager

        public void setCustomPageSettingsManager​(CustomPageSettingsManager customPageSettingsManager)