Uses of Class
org.apache.velocity.runtime.directive.Scope
Packages that use Scope
-
Uses of Scope in org.apache.velocity.runtime.directive
Subclasses of Scope in org.apache.velocity.runtime.directiveModifier and TypeClassDescriptionclass
This represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info.Methods in org.apache.velocity.runtime.directive that return ScopeModifier 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
Constructors in org.apache.velocity.runtime.directive with parameters of type Scope