当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
Conversions.AssociativePropertyValue (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.util
Class Conversions.AssociativePropertyValue
java.lang.Object
org.jboss.seam.util.Conversions.AssociativePropertyValue
- All Implemented Interfaces:
- Serializable, Conversions.PropertyValue
- Enclosing class:
- Conversions
public static class Conversions.AssociativePropertyValue
- extends Object
- implements Conversions.PropertyValue
- See Also:
- Serialized Form
Conversions.AssociativePropertyValue
public Conversions.AssociativePropertyValue(Map<String,String> keyedValues)
getMultiValues
public String[] getMultiValues()
- Specified by:
getMultiValues
in interface Conversions.PropertyValue
getSingleValue
public String getSingleValue()
- Specified by:
getSingleValue
in interface Conversions.PropertyValue
getKeyedValues
public Map<String,String> getKeyedValues()
- Specified by:
getKeyedValues
in interface Conversions.PropertyValue
isExpression
public boolean isExpression()
- Specified by:
isExpression
in interface Conversions.PropertyValue
toString
public String toString()
- Overrides:
toString
in class Object