com.sun.facelets.compiler
Class TagLibraryConfig

java.lang.Object
  extended by com.sun.facelets.compiler.TagLibraryConfig

public final class TagLibraryConfig
extends Object

Handles creating a TagLibrary from a URL source.

Version:
$Id: TagLibraryConfig.java,v 1.11 2007/06/14 21:59:50 rlubke Exp $
Author:
Jacob Hookom

Field Summary
protected static Logger log
           
 
Constructor Summary
TagLibraryConfig()
           
 
Method Summary
static TagLibrary create(URL url)
           
 void loadImplicit(Compiler compiler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

TagLibraryConfig

public TagLibraryConfig()
Method Detail

create

public static TagLibrary create(URL url)
                         throws IOException
Throws:
IOException

loadImplicit

public void loadImplicit(Compiler compiler)
                  throws IOException
Throws:
IOException


Copyright © 2005 All Rights Reserved.