public class ForBlock extends Block
| Constructor and Description |
|---|
ForBlock(ProcessingObjective context,
Map<String,String> parameters,
TemplateParser t,
PrintWriter w,
String iterableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeContext(ProcessingObjective newContext) |
ProcessingObjective |
getContext() |
boolean |
process(boolean cachemode) |
getBlockname, getParameters, getTemplate, getWriter, parameterSubstitution, printResult, process, process, setWriterpublic ForBlock(ProcessingObjective context, Map<String,String> parameters, TemplateParser t, PrintWriter w, String iterableName)
public boolean process(boolean cachemode)
public void changeContext(ProcessingObjective newContext)
public ProcessingObjective getContext()
getContext in class BlockCopyright © 2016 Oliver Rode. All rights reserved.