Class SightlyEngineConfiguration
java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration
Holds various HTL engine global configurations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
activate
(org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration.Configuration configuration) int
boolean
boolean
-
Field Details
-
LEGACY_BOOLEAN_CASTING_DEFAULT
public static final boolean LEGACY_BOOLEAN_CASTING_DEFAULT- See Also:
-
-
Constructor Details
-
SightlyEngineConfiguration
public SightlyEngineConfiguration()
-
-
Method Details
-
getEngineVersion
-
getBundleSymbolicName
-
getScratchFolder
-
keepGenerated
public boolean keepGenerated() -
getAllowedExpressionOptions
-
legacyBooleanCasting
public boolean legacyBooleanCasting() -
getScriptResolutionCacheSize
public int getScriptResolutionCacheSize() -
activate
protected void activate(org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration.Configuration configuration)
-