|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
org.apache.velocity.runtime.directive |
Uses of Scope in org.apache.velocity.runtime.directive |
---|
Subclasses of Scope in org.apache.velocity.runtime.directive | |
---|---|
class |
ForeachScope
This represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info. |
Methods in org.apache.velocity.runtime.directive that return Scope | |
---|---|
Scope |
Scope.getParent()
Returns the parent control reference overridden by the placement of this instance in the context. |
Scope |
Scope.getTopmost()
Returns the topmost parent control reference, retrieved by simple recursion on getParent() . |
protected Scope |
Directive.makeScope(Object prev)
|
Constructors in org.apache.velocity.runtime.directive with parameters of type Scope | |
---|---|
Scope.Info(Scope scope,
Object owner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |