private static class AbstractTagLibrary.UserValidatorHandlerFactory extends java.lang.Object implements TagHandlerFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.Class[] |
CONS_SIG |
protected java.lang.reflect.Constructor |
constructor |
protected java.lang.Class |
type |
protected java.lang.String |
validatorId |
Constructor and Description |
---|
UserValidatorHandlerFactory(java.lang.String validatorId,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.TagHandler |
createHandler(javax.faces.view.facelets.TagConfig cfg)
A new TagHandler instantiated with the passed TagConfig
|
private static final java.lang.Class[] CONS_SIG
protected final java.lang.String validatorId
protected final java.lang.Class type
protected final java.lang.reflect.Constructor constructor
public UserValidatorHandlerFactory(java.lang.String validatorId, java.lang.Class type)
public javax.faces.view.facelets.TagHandler createHandler(javax.faces.view.facelets.TagConfig cfg) throws javax.faces.FacesException, javax.el.ELException
TagHandlerFactory
createHandler
in interface TagHandlerFactory
cfg
- TagConfiguration informationjavax.faces.FacesException
javax.el.ELException
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.