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
 

Subclasses of Variable in org.webmacro.engine
 class ConstantPropertyVariable
          Operate on bean properties of a compile-time constant
 class MacroPropertyVariable
          Operate on bean properties of an existing macro; used when a Macro is passed as an argument to a macro
 

Methods in org.webmacro.engine with parameters of type Variable
 void TemplateDumper.visitVariable(Variable v, java.lang.Object[] names)
           
 void DefaultEvaluationExceptionHandler.evaluate(Variable variable, Context context, java.lang.Exception problem)
           
 java.lang.String DefaultEvaluationExceptionHandler.expand(Variable variable, Context context, java.lang.Exception problem)
           
 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 DebugEvaluationExceptionHandler.evaluate(Variable variable, Context context, java.lang.Exception problem)
           
 java.lang.String DebugEvaluationExceptionHandler.expand(Variable variable, Context context, java.lang.Exception problem)
           
 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.
 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.