| java.lang.Object uk.org.ponder.rsf.components.UIParameter uk.org.ponder.rsf.components.UIELBinding
UIELBinding | public class UIELBinding extends UIParameter (Code) | | A "binding" which is stored in the component tree, and will be rendered
as a submission that, when received, will perform an "assignment" in the
request scope container. This assignment will be of Java object references,
to the EL address specified by the valuebinding field.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public Object | rvalue The r-value of this binding is an Object which will be serialised and
reconstructed when the binding is to be applied. | public ELReference | valuebinding The "target" of this binding - an EL bean path that will be written
when this binding is received. |
rvalue | public Object rvalue(Code) | | The r-value of this binding is an Object which will be serialised and
reconstructed when the binding is to be applied. If this is an ELReference
itself, the corresponding value will be fetched.
|
valuebinding | public ELReference valuebinding(Code) | | The "target" of this binding - an EL bean path that will be written
when this binding is received. Includes #{}.
|
UIELBinding | public UIELBinding()(Code) | | |
UIELBinding | public UIELBinding(String lvalue, Object rvalue)(Code) | | Create a binding that will assign the Object or EL reference rvalue
to the EL path lvalue in the following request cycle.
|
|
|