@RequestScoped public class FormValidationFieldProducer extends Object
| Constructor and Description |
|---|
FormValidationFieldProducer() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void interceptComponentTree(@Observes
org.jboss.seam.faces.component.UIValidateForm event)
public void cleanupComponentTree(@Observes
org.jboss.seam.faces.component.UIValidateForm event)
@Produces @Dependent public Object getInputFieldValue(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @Dependent public org.jboss.seam.faces.validation.InputElement produceInputElement(javax.enterprise.inject.spi.InjectionPoint ip)
public void locateAliasedComponents(org.jboss.seam.faces.component.UIValidateForm validator)
Copyright © 2009-2013 Seam Framework. All Rights Reserved.