|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.infoasset.platform.template.ListSubstitution
public abstract class ListSubstitution
A ListTemplate is both a Template and a Substitution that is
able to print itself as a list onto an output stream.
TemplateDoc| Field Summary | |
|---|---|
static java.lang.reflect.Method |
GET_CURRENT_ASSET
|
| Constructor Summary | |
|---|---|
ListSubstitution()
|
|
| Method Summary | |
|---|---|
void |
end()
|
Asset |
getCurrentAsset()
|
abstract boolean |
hasNext()
Returns true, if there is at least one further list element. |
void |
initAll(Template template)
|
abstract void |
next()
Advances to the next list element. |
void |
putSubstitutions(Template template)
Initializes the list template. |
abstract void |
start()
Starts one iteration over the list. |
boolean |
test()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.reflect.Method GET_CURRENT_ASSET
| Constructor Detail |
|---|
public ListSubstitution()
| Method Detail |
|---|
public void initAll(Template template)
public void putSubstitutions(Template template)
public abstract void start()
start()
operation and can be overwritten by subclasses needing the session.
public abstract boolean hasNext()
public abstract void next()
public Asset getCurrentAsset()
public void end()
public final boolean test()
test in interface Testable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||