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(org.jboss.seam.faces.component.UIValidateForm event)
           
 Object getInputFieldValue(javax.enterprise.inject.spi.InjectionPoint ip)
           
 void interceptComponentTree(org.jboss.seam.faces.component.UIValidateForm event)
           
 void locateAliasedComponents(org.jboss.seam.faces.component.UIValidateForm validator)
           
 org.jboss.seam.faces.validation.InputElement produceInputElement(javax.enterprise.inject.spi.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
                                   org.jboss.seam.faces.component.UIValidateForm event)

cleanupComponentTree

public void cleanupComponentTree(@Observes
                                 org.jboss.seam.faces.component.UIValidateForm event)

getInputFieldValue

@Produces
@Dependent
public Object getInputFieldValue(javax.enterprise.inject.spi.InjectionPoint ip)

produceInputElement

@Produces
@Dependent
public org.jboss.seam.faces.validation.InputElement produceInputElement(javax.enterprise.inject.spi.InjectionPoint ip)

locateAliasedComponents

public void locateAliasedComponents(org.jboss.seam.faces.component.UIValidateForm validator)


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