org.jboss.seam.xml.fieldset
Interface FieldValue

All Known Implementing Classes:
ConstantFieldValue, ELFieldValue, InlineBeanFieldValue

public interface FieldValue

represents an initial field value. This may just be a wrapper around a constant value, or it could be an inline bean declaration or EL expression

Author:
Stuart Douglas

Method Summary
 Object value(Class<?> type, javax.enterprise.context.spi.CreationalContext<?> ctx, javax.enterprise.inject.spi.BeanManager manager)
           
 

Method Detail

value

Object value(Class<?> type,
             javax.enterprise.context.spi.CreationalContext<?> ctx,
             javax.enterprise.inject.spi.BeanManager manager)


Copyright © 2010 Seam Framework. All Rights Reserved.