org.jboss.seam.faces.component
Class FormValidationTypeOverrideExtension

java.lang.Object
  extended by org.jboss.seam.faces.component.FormValidationTypeOverrideExtension
All Implemented Interfaces:
Extension

@ApplicationScoped
public class FormValidationTypeOverrideExtension
extends Object
implements Extension

Ensure that any field annotated with InputField is produced by the same producer method with output type Object.

Author:
Constructor Summary
FormValidationTypeOverrideExtension()
           
 
Method Summary
 AnnotatedType<?> getOverriddenType(Class<?> clazz)
           
 boolean hasOverriddenType(Class<?> clazz)
           
<T> void
processAnnotatedType(ProcessAnnotatedType<T> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormValidationTypeOverrideExtension

public FormValidationTypeOverrideExtension()
Method Detail

processAnnotatedType

public <T> void processAnnotatedType(@Observes
                                     ProcessAnnotatedType<T> event)

hasOverriddenType

public boolean hasOverriddenType(Class<?> clazz)

getOverriddenType

public AnnotatedType<?> getOverriddenType(Class<?> clazz)


Copyright © 2009-2011 Seam Framework. All Rights Reserved.