public interface ElementAttributeValueParser
| Modifier and Type | Method and Description |
|---|---|
Object |
getConvertedParameterValue(String name,
Object value,
Element element)
Convert the value into a new value genereted by parameterConverters.
|
Object |
getELParameterValue(String value,
Element element)
Returns the object which is stored in the ELContext
|
Object |
getParameterValue(String name,
String value,
Element element)
Does is all, Checks if value is EL parameter and lookups the object.
|
boolean |
isELParameter(String name,
String value,
Element element)
Checks if the value is an EL parameter.
|
boolean isELParameter(String name, String value, Element element)
name - The name of the attribute.value - The value of the attribute.element - The element of the attribute.Object getELParameterValue(String value, Element element) throws ElementAttributeValueParserException, ObjectConverterException
value - The attribute value.element - The element of the attribute.ElementParameterExceptionElementObjectPropertyValueExceptionElementAttributeValueParserExceptionObjectConverterExceptionObject getConvertedParameterValue(String name, Object value, Element element) throws ElementAttributeValueParserException, ObjectConverterException
name - The name of the attribute.value - The value of the attribute.element - The element of the attribute.ElementParameterExceptionElementAttributeValueParserExceptionObjectConverterExceptionObject getParameterValue(String name, String value, Element element) throws ElementAttributeValueParserException, ObjectConverterException
name - The name of the attribute.value - The value of the attribute.element - The element of the attribute.ElementParameterExceptionElementAttributeValueParserExceptionObjectConverterExceptionCopyright © 2004-2013 X4O. All Rights Reserved.