org.apache.myfaces.view.facelets.compiler
Class TagLibraryConfig
java.lang.Object
org.apache.myfaces.view.facelets.compiler.TagLibraryConfig
public final class TagLibraryConfig
- extends Object
Handles creating a TagLibrary
from a URL
source.
- Version:
- $Id: TagLibraryConfig.java,v 1.14 2008/07/13 19:01:34 rlubke Exp $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
TagLibraryConfig
public TagLibraryConfig()
create
public static TagLibrary create(URL url)
throws IOException
- Throws:
IOException
loadImplicit
public void loadImplicit(Compiler compiler)
throws IOException
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.