Class CmsReturnLinkInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsReturnLinkInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    This class represents the result of a "return link" lookup, which is what happens if the user clicks the "go to last page" button in the sitemap editor. It contains a link string (possibly null) and a status to indicate possible errors.

    Since:
    8.0.0
    • Constructor Detail

      • CmsReturnLinkInfo

        protected CmsReturnLinkInfo()
        Protected default constructor for serialization.

    • Method Detail

      • getLink

        public java.lang.String getLink()
        Returns the return link.

        Returns:
        the return link