javax.faces.view.facelets
Interface ValidatorConfig

All Superinterfaces:
TagConfig

public interface ValidatorConfig
extends TagConfig

Used in creating ValidatorHandler and all implementations.

Since:
2.0

Method Summary
 String getValidatorId()
          

Return the validator-id associated with a particular validator in your faces-config

 
Methods inherited from interface javax.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getValidatorId

String getValidatorId()

Return the validator-id associated with a particular validator in your faces-config

Since:
2.0


Copyright © 2002-2009 Sun Microsystems, Inc. All Rights Reserved.