|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.Foreach
public class Foreach
Foreach directive used for moving through arrays, or objects that provide an Iterator.
| Field Summary | |
|---|---|
protected Info |
uberInfo
immutable, so create in init |
| Fields inherited from class org.apache.velocity.runtime.directive.Directive |
|---|
rsvc |
| Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
|---|
BLOCK, LINE |
| Constructor Summary | |
|---|---|
Foreach()
|
|
| Method Summary | |
|---|---|
void |
checkArgs(ArrayList<Integer> argtypes,
Token t,
String templateName)
We do not allow a word token in any other arg position except for the 2nd since we are looking for the pattern #foreach($foo in $bar). |
protected void |
clean(InternalContextAdapter context,
Object o)
|
protected Iterator |
getIterator(InternalContextAdapter context,
Node node)
Retrieve the contextual iterator. |
String |
getName()
Return name of this directive. |
int |
getType()
Return type of this directive. |
void |
init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - init the tree and get the elementKey from the AST |
protected void |
put(InternalContextAdapter context,
String key,
Object value)
Extension hook to allow subclasses to control whether loop vars are set locally or not. |
boolean |
render(InternalContextAdapter context,
Writer writer,
Node node)
renders the #foreach() block |
protected void |
renderBlock(InternalContextAdapter context,
Writer writer,
Node block)
|
| Methods inherited from class org.apache.velocity.runtime.directive.Directive |
|---|
getColumn, getLine, getScopeName, getTemplateName, isScopeProvided, makeScope, postRender, preRender, setLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Info uberInfo
| Constructor Detail |
|---|
public Foreach()
| Method Detail |
|---|
public String getName()
getName in class Directivepublic int getType()
getType in class Directive
public void init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
throws TemplateInitException
init in class Directivers - context - node -
TemplateInitException
protected void put(InternalContextAdapter context,
String key,
Object value)
protected Iterator getIterator(InternalContextAdapter context,
Node node)
public boolean render(InternalContextAdapter context,
Writer writer,
Node node)
throws IOException
render in class Directivecontext - writer - node -
IOException
protected void renderBlock(InternalContextAdapter context,
Writer writer,
Node block)
throws IOException
IOException
protected void clean(InternalContextAdapter context,
Object o)
public void checkArgs(ArrayList<Integer> argtypes,
Token t,
String templateName)
throws ParseException
checkArgs in class Directiveargtypes - type, Array of argument types of each argument to the directive
for example ParserTreeConstants.JJTWORDt - token of directivetemplateName - the name of the template this directive is referenced in.
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||