|
MacroMap | macros = new MacroMap() |
|
◆ doProcess()
Reimplemented from org.turro.parser.processor.AbstractMacroProcessor.
Definition at line 39 of file ContentProcessor.java.
40 final MacroAdapter macro = context.getMacro();
41 switch(context.getMacro().getName()) {
43 ElephantMarker marker = context.getMarker();
44 marker.put(
"folder", Folder.from(ElephantContext.getRealPath(macro.get(
"path"))));
45 marker.put(
"filter", macro.get(
"filter"));
46 marker.put(
"role", macro.get(
"role"));
47 marker.process(context.getTemplateRoot(), context.getTemplate(), context.getWriter());
◆ explainMacros()
void org.turro.parser.processor.ContentProcessor.explainMacros |
( |
MacroMap |
macros | ) |
|
|
protected |
◆ getName()
String org.turro.parser.processor.ContentProcessor.getName |
( |
| ) |
|
The documentation for this class was generated from the following file: