org.apache.myfaces.config.element
Class ManagedProperty
java.lang.Object
org.apache.myfaces.config.element.ManagedProperty
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ManagedPropertyImpl
public abstract class ManagedProperty
- extends Object
- implements Serializable
- Version:
- $Revision: 1188686 $ $Date: 2011-10-25 09:59:52 -0500 (Tue, 25 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: struberg $), Anton Koinov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
TYPE_MAP
public static final int TYPE_MAP
- See Also:
- Constant Field Values
TYPE_NULL
public static final int TYPE_NULL
- See Also:
- Constant Field Values
TYPE_VALUE
public static final int TYPE_VALUE
- See Also:
- Constant Field Values
TYPE_LIST
public static final int TYPE_LIST
- See Also:
- Constant Field Values
ManagedProperty
public ManagedProperty()
getPropertyName
public abstract String getPropertyName()
getPropertyClass
public abstract String getPropertyClass()
getType
public abstract int getType()
getMapEntries
public abstract MapEntries getMapEntries()
getListEntries
public abstract ListEntries getListEntries()
getRuntimeValue
public abstract Object getRuntimeValue(FacesContext facesContext)
isValueReference
public abstract boolean isValueReference()
getValueBinding
public abstract ValueBinding getValueBinding(FacesContext facesContext)
Copyright © 2014 The Apache Software Foundation. All rights reserved.