| java.lang.Object uk.org.ponder.rsf.components.UIComponent uk.org.ponder.rsf.components.UIReplicator
UIReplicator | public class UIReplicator extends UIComponent (Code) | | A "placeholder" component which appears in serialized "proto-component trees"
which will be expanded into a list of genuine components before rendering.
author: Antranig Basman (amb26@ponder.org.uk) |
Field Summary | |
final public static String | DEFAULT_LOCALID_WILDCARD The character that, when it appears in an EL reference in an expanding
container, will be replaced by the replicated localID. | public UIBranchContainer | component The container to be replicated by iteration over the container
discovered at the above binding. | public boolean | elideparent If set to true , the parent branch container will be elided
on replication, and its children added directly to the target parent. | public Object | idstrategy An object encapsulating the strategy to be used for mapping from objects
found in the targetted list to the EL path that they will be referenced
at. | public String | idwildcard | public ELReference | valuebinding An EL reference to a collection, list, array (multi-value in general)
somewhere in request scope to use to replicate the provided container. |
DEFAULT_LOCALID_WILDCARD | final public static String DEFAULT_LOCALID_WILDCARD(Code) | | The character that, when it appears in an EL reference in an expanding
container, will be replaced by the replicated localID.
|
component | public UIBranchContainer component(Code) | | The container to be replicated by iteration over the container
discovered at the above binding.
|
elideparent | public boolean elideparent(Code) | | If set to true , the parent branch container will be elided
on replication, and its children added directly to the target parent.
|
idstrategy | public Object idstrategy(Code) | | An object encapsulating the strategy to be used for mapping from objects
found in the targetted list to the EL path that they will be referenced
at.
|
valuebinding | public ELReference valuebinding(Code) | | An EL reference to a collection, list, array (multi-value in general)
somewhere in request scope to use to replicate the provided container.
A reference to a single String will be considered to represent the ID
required by an IDRemapStrategy acting on the single bean with that ID.
|
|
|