Class | Description |
---|---|
CallFunctionAdder |
This Adder redirect the call to a different function, if the parameters
match.
|
CallSetterAdder |
This Adder redirect the call to set attribute instead, if the parameters
match.
|
CompoundAdder |
This adder is used internally by InheritableTagLibrary to combine several
individual adders into one.
|
DefaultAdder |
This adder provides a usual way for adding an object created from a child element to
the object created from the parent element.
|
DoNothingAdder |
As the name implies, this adder does exactly nothing.
|