Package com.sun.faces.facelets.compiler
Class SAXCompiler
java.lang.Object
com.sun.faces.facelets.compiler.Compiler
com.sun.faces.facelets.compiler.SAXCompiler
public final class SAXCompiler extends Compiler
Compiler implementation that uses SAX
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
Compiler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SAXCompiler()
-
Method Summary
Modifier and Type Method Description protected FaceletHandler
doCompile(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias)
FaceletHandler
doCompile(URL src, String alias)
FaceletHandler
doMetadataCompile(URL src, String alias)
protected static void
writeXmlDecl(InputStream is, String encoding, com.sun.faces.facelets.compiler.CompilationManager mngr)
Methods inherited from class com.sun.faces.facelets.compiler.Compiler
addTagDecorator, addTagLibrary, compile, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isTrimmingComments, isTrimmingWhitespace, isValidating, metadataCompile, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating
-
Constructor Details
-
SAXCompiler
public SAXCompiler()
-
-
Method Details
-
doCompile
- Specified by:
doCompile
in classCompiler
- Throws:
IOException
-
doMetadataCompile
- Specified by:
doMetadataCompile
in classCompiler
- Throws:
IOException
-
doCompile
protected FaceletHandler doCompile(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias) throws IOException- Throws:
IOException
-
writeXmlDecl
protected static void writeXmlDecl(InputStream is, String encoding, com.sun.faces.facelets.compiler.CompilationManager mngr) throws IOException- Throws:
IOException
-