Class ViewSpaceAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
WebInterface, 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
Direct Known Subclasses:
LegacySpaceRssFeedAction

public class ViewSpaceAction extends AbstractSpaceAction
See Also:
  • Constructor Details

    • ViewSpaceAction

      public ViewSpaceAction()
  • Method Details

    • getPage

      @Deprecated(since="8.8.0", forRemoval=true) public Page getPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 8.8.0. Hibernate objects are not supported in Struts anymore. Use action's direct method calls.
    • getPageXHtmlContent

      public String getPageXHtmlContent(Page page)
    • getHomePageUrlPath

      public String getHomePageUrlPath()
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception