com.sun.facelets.tag.jsf
Interface ValidatorConfig

All Superinterfaces:
TagConfig

public interface ValidatorConfig
extends TagConfig

Used in creating ValidateHandler's and all implementations.

Version:
$Id: ValidatorConfig.java,v 1.2 2005/08/24 04:38:51 jhook Exp $
Author:
Jacob Hookom
See Also:
ValidateHandler

Method Summary
 String getValidatorId()
          The validator-id associated with a particular validator in your faces-config
 
Methods inherited from interface com.sun.facelets.tag.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getValidatorId

String getValidatorId()
The validator-id associated with a particular validator in your faces-config

Returns:
passable to Application.createValidator(String)


Copyright © 2005 All Rights Reserved.