|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
BlockBuilder.BlockIterator | |
Builder | |
EvaluationExceptionHandler | |
Parser | A parser turns an input stream into a BlockBuilder, using any parsing mechanism that it chooses. |
Class Summary | |
Argument | A predicate is a term passed to a Directive. |
Block | A Block is essentially a Macro[] that knows how to write itself out as a String. |
BlockBuilder | A block represents the text between two {}'s in a template, or else the text that begins at the start of the template and runs until its end ({}'s around the whole document are not required). |
BuildContext | Contains data structures which are manipulated during the builder phase of parsing. |
CrankyEvaluationExceptionHandler | CrankyEvaluationExceptionHandler An implementation of EvaluationExceptionHandler which throws an exception whenever it is called. |
DefaultEvaluationExceptionHandler | |
EncodeFilter | |
EscapeFilter | Filter factory, that defines recursive behaviour and provides filter macro. |
Expression | |
Expression.AddBuilder | |
Expression.AddOperation | |
Expression.AndBuilder | |
Expression.AndOperation | |
Expression.BinaryOperation | |
Expression.BinaryOperationBuilder | |
Expression.Compare | |
Expression.CompareEq | |
Expression.CompareEqBuilder | |
Expression.CompareGe | |
Expression.CompareGeBuilder | |
Expression.CompareGt | |
Expression.CompareGtBuilder | |
Expression.CompareLe | |
Expression.CompareLeBuilder | |
Expression.CompareLt | |
Expression.CompareLtBuilder | |
Expression.CompareNe | |
Expression.CompareNeBuilder | |
Expression.DivideBuilder | |
Expression.DivideOperation | |
Expression.ExpressionBase | |
Expression.MultiplyBuilder | |
Expression.MultiplyOperation | |
Expression.NotBuilder | |
Expression.NotOperation | |
Expression.OrBuilder | |
Expression.OrOperation | |
Expression.SubtractBuilder | |
Expression.SubtractOperation | |
Expression.UnaryOperation | |
Expression.UnaryOperationBuilder | |
FileTemplate | FileTemplate objects read their template data from a text file. |
ListBuilder | |
MacroAdapter | Looks like a Macro, but really it's not. |
NullBuilder | |
NullParser | This parser eats all of the input and returns nothing. |
ParamBuilder | |
ParserProvider | Utility class to assist in the creation of directives. |
PropertyMethodBuilder | |
PropertyOperatorCache | |
QuotedStringBuilder | |
SilenceFilter | |
StaticClassWrapper | Simple class for wrapping a Class instance of a static class. |
StreamTemplate | StreamTempaltes are constructed with a stream from which they read their data. |
StringMacroAdapter | Looks like a Macro, but really it's a String. |
StringTemplate | StringTemplate objects read their template data from a string. |
TemplateDumper | |
TestObject | This class exists for testing purposes only |
TextParser | This parser returns all the input as is |
Variable | A Variable is a reference into a Propertymap. |
VariableBuilder | |
VoidMacro | VoidMacro doesn't output data to the output stream, but will log a debug message (if debugging is turned on) when either of it's methods are called. |
WMTemplate | Template objects represent the user defined layout into which the webmacro package will substitute values. |
Exception Summary | |
BuildException | |
IntrospectionException | |
ParseException | Exception raised on discovery of a parsing error. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |