Uses of Class
org.webmacro.engine.Variable

Packages that use Variable
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
 

Uses of Variable in org.webmacro
 

Methods in org.webmacro with parameters of type Variable
 void TemplateVisitor.visitVariable(Variable v, java.lang.Object[] names)
           
 

Uses of Variable in org.webmacro.directive
 

Constructors in org.webmacro.directive with parameters of type Variable
SetDirective(Variable target, java.lang.Object result)
           
 

Uses of Variable in org.webmacro.engine
 

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.