org.apache.myfaces.config.element
Interface ManagedProperty
- All Superinterfaces: 
- ElementBase
- All Known Implementing Classes: 
- ManagedProperty
- public interface ManagedProperty 
- extends ElementBase
- Version:
- $Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $), Anton Koinov
 
 
 
TYPE_UNKNOWN
static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
TYPE_MAP
static final int TYPE_MAP
- See Also:
- Constant Field Values
TYPE_NULL
static final int TYPE_NULL
- See Also:
- Constant Field Values
TYPE_VALUE
static final int TYPE_VALUE
- See Also:
- Constant Field Values
TYPE_LIST
static final int TYPE_LIST
- See Also:
- Constant Field Values
getPropertyName
java.lang.String getPropertyName()
- 
 
- 
 
getPropertyClass
java.lang.String getPropertyClass()
- 
 
- 
 
getType
int getType()
- 
 
- 
 
getMapEntries
MapEntries getMapEntries()
- 
 
- 
 
getListEntries
ListEntries getListEntries()
- 
 
- 
 
getRuntimeValue
java.lang.Object getRuntimeValue(javax.faces.context.FacesContext facesContext)
- 
 
- 
 
isValueReference
boolean isValueReference()
- 
 
- 
 
getValueBinding
javax.faces.el.ValueBinding getValueBinding(javax.faces.context.FacesContext facesContext)
- 
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.