Package com.adobe.cq.sightly
Class SightlyWCMMode
- java.lang.Object
-
- com.adobe.cq.sightly.SightlyWCMMode
-
@ProviderType public class SightlyWCMMode extends Object
TheSightlyWCMModeis a helper class aroundWCMMode, allowing for easier testing of the WCM mode in Sightly scripts. This class is not meant to be extended.
-
-
Constructor Summary
Constructors Constructor Description SightlyWCMMode(SlingHttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAnalytics()booleanisDesign()booleanisDisabled()booleanisEdit()booleanisPreview()booleanisReadOnly()StringtoString()
-
-
-
Constructor Detail
-
SightlyWCMMode
public SightlyWCMMode(SlingHttpServletRequest request)
-
-