org.jboss.seam.faces.component
Class FormValidationFieldProducer
java.lang.Object
org.jboss.seam.faces.component.FormValidationFieldProducer
@RequestScoped
public class FormValidationFieldProducer
- extends Object
- Author:
- Jose Rodolfo freitas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormValidationFieldProducer
public FormValidationFieldProducer()
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.