java.lang.Object
com.sun.faces.facelets.compiler.Compiler
com.sun.faces.facelets.compiler.SAXCompiler
Compiler implementation that uses SAX
- Version:
- $Id$
- See Also:
-
Field Summary
Fields inherited from class com.sun.faces.facelets.compiler.Compiler
EXPRESSION_FACTORY, log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected FaceletHandler
doCompile
(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias) 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
-