Class SightlyWCMMode


  • @ProviderType
    public class SightlyWCMMode
    extends java.lang.Object
    The SightlyWCMMode is a helper class around WCMMode, allowing for easier testing of the WCM mode in Sightly scripts. This class is not meant to be extended.
    • Method Detail

      • isDisabled

        public boolean isDisabled()
      • isPreview

        public boolean isPreview()
      • isAnalytics

        public boolean isAnalytics()
      • isReadOnly

        public boolean isReadOnly()
      • isEdit

        public boolean isEdit()
      • isDesign

        public boolean isDesign()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object