org.jboss.seam.xml.fieldset
Class ELFieldValue
java.lang.Object
org.jboss.seam.xml.fieldset.ELFieldValue
- All Implemented Interfaces:
- FieldValue
public class ELFieldValue
- extends Object
- implements FieldValue
Field value impl for EL expressions
- Author:
- Stuart Douglas
|
Method Summary |
Object |
value(Class<?> type,
javax.enterprise.context.spi.CreationalContext<?> ctx,
javax.enterprise.inject.spi.BeanManager manager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELFieldValue
public ELFieldValue(String expression)
value
public Object value(Class<?> type,
javax.enterprise.context.spi.CreationalContext<?> ctx,
javax.enterprise.inject.spi.BeanManager manager)
- Specified by:
value in interface FieldValue
Copyright © 2010 Seam Framework. All Rights Reserved.