Uses of Class
org.apache.velocity.runtime.directive.Scope
-
Packages that use Scope Package Description org.apache.velocity.runtime.directive -
-
Uses of Scope in org.apache.velocity.runtime.directive
Subclasses of Scope in org.apache.velocity.runtime.directive Modifier and Type Class Description classForeachScopeThis represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info.Methods in org.apache.velocity.runtime.directive that return Scope Modifier and Type Method Description ScopeScope. getParent()Returns the parent control reference overridden by the placement of this instance in the context.ScopeScope. getTopmost()Returns the topmost parent control reference, retrieved by simple recursion ongetParent().protected ScopeDirective. makeScope(Object prev)Constructors in org.apache.velocity.runtime.directive with parameters of type Scope Constructor Description Info(Scope scope, Object owner)c'tor
-