01: /*
02: * Created on Nov 25, 2005
03: */
04: package uk.org.ponder.rsf.expander;
05:
06: /** One of the valid types that may appear in the "idstrategy" from the UIReplicator
07: * placeholder component. @see IDRemapStrategy for more specific comments. This
08: * strategy simply takes the list index of the component to form the "local ID"
09: * portion, and the base stub is taken from the valuebinding itself.
10: */
11: public class DirectIndexStrategy {
12:
13: }
|