Package com.fizzed.rocker.model
Class ValueExpression
java.lang.Object
com.fizzed.rocker.model.TemplateUnit
com.fizzed.rocker.model.ValueExpression
- All Implemented Interfaces:
NullSafety
- Direct Known Subclasses:
EvalExpression
Model for @value or @?value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, isBlockLevel, supportsSourceJournaling
-
Field Details
-
expression
-
nullSafe
private final boolean nullSafe
-
-
Constructor Details
-
ValueExpression
-
-
Method Details
-
getExpression
-
isNullSafe
public boolean isNullSafe()- Specified by:
isNullSafein interfaceNullSafety
-