Interface SpaceAware

    • Method Detail

      • setSpace

        void setSpace​(Space space)
        IOC method for setting the space on the action. This is called from the interceptor
        Parameters:
        space - the space that the action will be working on.
      • isSpaceRequired

        boolean isSpaceRequired()
        If the action requires that the space be set before being run, then it should return true to this method. If the action requires a space, but no space is available, then the interceptor will automatically redirect to the 'pagenotfound' result
        Returns:
        true if the action requires a space in order to execute
      • isViewPermissionRequired

        boolean isViewPermissionRequired()
        Returns:
        true if the action requires view space permission