uk.org.ponder.rsf.expander |
A very lightweight macro system for expanding XML-specified component trees.
The only operations possible are replication (based on a list discovered in the
model) or a boolean switch (not yet implemented).
|
Java Source File Name | Type | Comment |
DirectIndexStrategy.java | Class | One of the valid types that may appear in the "idstrategy" from the UIReplicator
placeholder component. |
IDRemapStrategy.java | Class | One of the valid types that may appear in the "idstrategy" from the UIReplicator
placeholder component. |
TemplateExpander.java | Class | Expands a "proto-template" file as read off disk, cloning all members into
non-shared state ready for fixups, in addition removing by expansion all
non-component elements such as UIReplicator and UISwitch. |