org.jboss.seam.faces.component
Class FormValidationFieldProducer

java.lang.Object
  extended by org.jboss.seam.faces.component.FormValidationFieldProducer

@RequestScoped
public class FormValidationFieldProducer
extends Object

Author:
Jose Rodolfo freitas

Constructor Summary
FormValidationFieldProducer()
           
 
Method Summary
 void cleanupComponentTree(UIValidateForm event)
           
 Object getInputFieldValue(InjectionPoint ip)
           
 void interceptComponentTree(UIValidateForm event)
           
 void locateAliasedComponents(UIValidateForm validator)
           
 InputElement produceInputElement(InjectionPoint ip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormValidationFieldProducer

public FormValidationFieldProducer()
Method Detail

interceptComponentTree

public void interceptComponentTree(@Observes
                                   UIValidateForm event)

cleanupComponentTree

public void cleanupComponentTree(@Observes
                                 UIValidateForm event)

getInputFieldValue

@Produces
@Dependent
public Object getInputFieldValue(InjectionPoint ip)

produceInputElement

@Produces
@Dependent
public InputElement produceInputElement(InjectionPoint ip)

locateAliasedComponents

public void locateAliasedComponents(UIValidateForm validator)


Copyright © 2011 Seam Framework. All Rights Reserved.