Package com.hubspot.jinjava.mode
Class PreserveRawExecutionMode
- java.lang.Object
-
- com.hubspot.jinjava.mode.PreserveRawExecutionMode
-
- All Implemented Interfaces:
ExecutionMode
public class PreserveRawExecutionMode extends Object implements ExecutionMode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionModeinstance()booleanisPreserveRawTags()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hubspot.jinjava.mode.ExecutionMode
prepareContext, useEagerParser
-
-
-
-
Method Detail
-
instance
public static ExecutionMode instance()
-
isPreserveRawTags
public boolean isPreserveRawTags()
- Specified by:
isPreserveRawTagsin interfaceExecutionMode
-
-