|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.uinode.bind.PropertyBoundValue
@Deprecated public class PropertyBoundValue
BoundValue that will retrieve a specific property from a bean.
| Constructor Summary | |
|---|---|
PropertyBoundValue(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key)
Deprecated. |
|
PropertyBoundValue(org.apache.myfaces.trinidad.bean.FacesBean bean,
java.lang.String name)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue(UIXRenderingContext context)
Deprecated. Called to retrieve a value based on the current rendering context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyBoundValue(org.apache.myfaces.trinidad.bean.FacesBean bean,
java.lang.String name)
bean - the FacesBeankey - the property name
public PropertyBoundValue(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key)
bean - the FacesBeankey - the PropertyKey| Method Detail |
|---|
public java.lang.Object getValue(UIXRenderingContext context)
BoundValue
getValue in interface BoundValuecontext - the rendering context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||