Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag
Class AbstractTagLibrary.UserValidatorHandlerFactory  view AbstractTagLibrary.UserValidatorHandlerFactory download AbstractTagLibrary.UserValidatorHandlerFactory.java

java.lang.Object
  extended bycom.sun.facelets.tag.AbstractTagLibrary.UserValidatorHandlerFactory
All Implemented Interfaces:
TagHandlerFactory
Enclosing class:
AbstractTagLibrary

private static class AbstractTagLibrary.UserValidatorHandlerFactory
extends java.lang.Object
implements TagHandlerFactory


Field Summary
private static java.lang.Class[] CONS_SIG
           
protected  java.lang.reflect.Constructor constructor
           
protected  java.lang.Class type
           
protected  java.lang.String validatorId
           
 
Constructor Summary
AbstractTagLibrary.UserValidatorHandlerFactory(java.lang.String validatorId, java.lang.Class type)
           
 
Method Summary
 TagHandler createHandler(TagConfig cfg)
          A new TagHandler instantiated with the passed TagConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONS_SIG

private static final java.lang.Class[] CONS_SIG

validatorId

protected final java.lang.String validatorId

type

protected final java.lang.Class type

constructor

protected final java.lang.reflect.Constructor constructor
Constructor Detail

AbstractTagLibrary.UserValidatorHandlerFactory

public AbstractTagLibrary.UserValidatorHandlerFactory(java.lang.String validatorId,
                                                      java.lang.Class type)
Method Detail

createHandler

public TagHandler createHandler(TagConfig cfg)
                         throws javax.faces.FacesException,
                                ELException
Description copied from interface: TagHandlerFactory
A new TagHandler instantiated with the passed TagConfig

Specified by:
createHandler in interface TagHandlerFactory