Methods in org.webmacro.engine with parameters of type Variable |
void |
TemplateDumper.visitVariable(Variable v,
java.lang.Object[] names)
|
void |
BuildContext.addFilter(Variable var,
Filter ft)
Register a new filter, adding it to the chain for the supplied name. |
void |
BuildContext.clearFilters(Variable var)
Clear all the filtered for the supplied name. |
Macro |
BuildContext.getFilterMacro(Variable v)
Get the filter that applies to a specific variable. |
void |
CrankyEvaluationExceptionHandler.evaluate(Variable variable,
Context context,
java.lang.Exception problem)
|
java.lang.String |
CrankyEvaluationExceptionHandler.expand(Variable variable,
Context context,
java.lang.Exception problem)
|
void |
DefaultEvaluationExceptionHandler.evaluate(Variable variable,
Context context,
java.lang.Exception problem)
|
java.lang.String |
DefaultEvaluationExceptionHandler.expand(Variable variable,
Context context,
java.lang.Exception problem)
|
java.lang.String |
EvaluationExceptionHandler.expand(Variable variable,
Context context,
java.lang.Exception problem)
When an exception is detected in the process of expanding (writing)
a variable reference, this method is consulted. |
void |
EvaluationExceptionHandler.evaluate(Variable variable,
Context context,
java.lang.Exception problem)
When an exception is detected in the process of evaluating
a variable reference, this method is consulted. |