public abstract class Block extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Block(String blockname,
ProcessingObjective context,
Map<String,String> parameters,
TemplateParser t,
PrintWriter w) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockname() |
ProcessingObjective |
getContext() |
Map<String,String> |
getParameters() |
TemplateParser |
getTemplate() |
PrintWriter |
getWriter() |
protected String |
parameterSubstitution(String subject) |
protected void |
printResult(String token) |
boolean |
process() |
boolean |
process(boolean cachemode) |
String |
process(String content) |
protected void |
setWriter(PrintWriter w) |
protected Block(String blockname, ProcessingObjective context, Map<String,String> parameters, TemplateParser t, PrintWriter w)
public boolean process()
public boolean process(boolean cachemode)
protected void printResult(String token)
public String getBlockname()
public TemplateParser getTemplate()
public PrintWriter getWriter()
protected void setWriter(PrintWriter w)
public ProcessingObjective getContext()
Copyright © 2016 Oliver Rode. All rights reserved.