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

Quick Search    Search Deep

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

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

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


Field Summary
protected  java.net.URL location
           
 
Constructor Summary
AbstractTagLibrary.UserTagFactory(java.net.URL location)
           
 
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

location

protected final java.net.URL location
Constructor Detail

AbstractTagLibrary.UserTagFactory

public AbstractTagLibrary.UserTagFactory(java.net.URL location)
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