com.sun.faces.facelets.tag.jsf
public class ValidatorTagHandlerDelegateImpl extends javax.faces.view.facelets.TagHandlerDelegate implements javax.faces.view.AttachedObjectHandler
Modifier and Type | Field and Description |
---|---|
protected javax.faces.view.facelets.ValidatorHandler |
owner |
private boolean |
wrapping |
Constructor and Description |
---|
ValidatorTagHandlerDelegateImpl(javax.faces.view.facelets.ValidatorHandler owner) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent) |
private void |
applyNested(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
private void |
applyWrapping(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(java.lang.Class type) |
private javax.faces.validator.Validator |
createValidator(javax.faces.view.facelets.FaceletContext ctx)
Template method for creating a Validator instance
|
protected ComponentValidators.ValidatorInfo |
createValidatorInfo(javax.faces.view.facelets.FaceletContext ctx) |
java.lang.String |
getFor() |
private boolean |
isWrapping() |
protected final javax.faces.view.facelets.ValidatorHandler owner
private final boolean wrapping
public ValidatorTagHandlerDelegateImpl(javax.faces.view.facelets.ValidatorHandler owner)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
apply
in class javax.faces.view.facelets.TagHandlerDelegate
java.io.IOException
public javax.faces.view.facelets.MetaRuleset createMetaRuleset(java.lang.Class type)
createMetaRuleset
in class javax.faces.view.facelets.TagHandlerDelegate
public void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
applyAttachedObject
in interface javax.faces.view.AttachedObjectHandler
public java.lang.String getFor()
getFor
in interface javax.faces.view.AttachedObjectHandler
protected ComponentValidators.ValidatorInfo createValidatorInfo(javax.faces.view.facelets.FaceletContext ctx)
private boolean isWrapping()
private void applyWrapping(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
java.io.IOException
private void applyNested(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
private javax.faces.validator.Validator createValidator(javax.faces.view.facelets.FaceletContext ctx)
ctx
- FaceletContext to useCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.