org.rcfaces.core.lang
Class FilterPropertiesMap
java.lang.Object
org.rcfaces.core.internal.renderkit.AbstractProperties
org.rcfaces.core.lang.FilterPropertiesMap
- All Implemented Interfaces:
- Serializable, StateHolder, org.rcfaces.core.internal.renderkit.IProperties, IFilterProperties
public final class FilterPropertiesMap
- extends org.rcfaces.core.internal.renderkit.AbstractProperties
- implements IFilterProperties
- Version:
- $Revision: 1.1 $ $Date: 2007/05/25 16:27:31 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
- See Also:
- Serialized Form
| Methods inherited from class org.rcfaces.core.internal.renderkit.AbstractProperties |
getBooleanProperty, getBoolProperty, getIntProperty, getNumberProperty, getStringProperty, getStringProperty |
| Methods inherited from interface org.rcfaces.core.internal.renderkit.IProperties |
getBooleanProperty, getBoolProperty, getIntProperty, getNumberProperty, getStringProperty, getStringProperty |
FilterPropertiesMap
public FilterPropertiesMap(Map map)
FilterPropertiesMap
public FilterPropertiesMap(IFilterProperties filterProperties)
FilterPropertiesMap
public FilterPropertiesMap()
clear
public void clear()
- Specified by:
clear in interface IFilterProperties
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface IFilterProperties
put
public Object put(String key,
Object value)
- Specified by:
put in interface IFilterProperties
putAll
public void putAll(Map t)
- Specified by:
putAll in interface IFilterProperties
remove
public Object remove(String key)
- Specified by:
remove in interface IFilterProperties
size
public int size()
- Specified by:
size in interface IFilterProperties
containsKey
public boolean containsKey(String propertyName)
- Specified by:
containsKey in interface org.rcfaces.core.internal.renderkit.IProperties
listNames
public String[] listNames()
- Specified by:
listNames in interface IFilterProperties
toMap
public Map toMap()
- Specified by:
toMap in interface IFilterProperties
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState in interface StateHolder
restoreState
public void restoreState(FacesContext context,
Object state)
- Specified by:
restoreState in interface StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient in interface StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient in interface StateHolder
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface org.rcfaces.core.internal.renderkit.IProperties- Specified by:
getProperty in class org.rcfaces.core.internal.renderkit.AbstractProperties
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2006-2011 Vedana. All Rights Reserved.