com.sun.facelets.compiler
Class SAXCompiler
java.lang.Object
com.sun.facelets.compiler.Compiler
com.sun.facelets.compiler.SAXCompiler
public final class SAXCompiler
- extends Compiler
Compiler implementation that uses SAX
- Version:
- $Id: SAXCompiler.java,v 1.13 2006/05/31 04:16:46 jhook Exp $
- Author:
- Jacob Hookom
- See Also:
Compiler
Methods inherited from class com.sun.facelets.compiler.Compiler |
addTagDecorator, addTagLibrary, compile, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isTrimmingComments, isTrimmingWhitespace, isValidating, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXCompiler
public SAXCompiler()
doCompile
public FaceletHandler doCompile(URL src,
String alias)
throws IOException,
FaceletException,
javax.el.ELException,
FacesException
- Specified by:
doCompile
in class Compiler
- Throws:
IOException
FaceletException
javax.el.ELException
FacesException
writeXmlDecl
protected static final String writeXmlDecl(InputStream is,
com.sun.facelets.compiler.CompilationManager mngr)
throws IOException
- Throws:
IOException
Copyright © 2005 All Rights Reserved.