Class SightlyWCMMode

java.lang.Object
com.adobe.cq.sightly.SightlyWCMMode

@ProviderType public class SightlyWCMMode extends 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.
  • Constructor Details

  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object