Uses of Class
org.apache.velocity.runtime.directive.Scope
-
Uses of Scope in org.apache.velocity.runtime.directive
Modifier and TypeClassDescriptionclass
This represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info.Modifier and TypeMethodDescriptionScope.getParent()
Returns the parent control reference overridden by the placement of this instance in the context.Scope.getTopmost()
Returns the topmost parent control reference, retrieved by simple recursion ongetParent()
.protected Scope