Package com.sun.faces.facelets.compiler
Class SAXCompiler
- java.lang.Object
-
- com.sun.faces.facelets.compiler.Compiler
-
- com.sun.faces.facelets.compiler.SAXCompiler
-
-
Field Summary
-
Fields inherited from class com.sun.faces.facelets.compiler.Compiler
EXPRESSION_FACTORY, log
-
-
Constructor Summary
Constructors Constructor Description SAXCompiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FaceletHandlerdoCompile(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias)FaceletHandlerdoCompile(URL src, String alias)FaceletHandlerdoMetadataCompile(URL src, String alias)protected static voidwriteXmlDecl(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
-
-
-
-
Method Detail
-
doCompile
public FaceletHandler doCompile(URL src, String alias) throws IOException
- Specified by:
doCompilein classCompiler- Throws:
IOException
-
doMetadataCompile
public FaceletHandler doMetadataCompile(URL src, String alias) throws IOException
- Specified by:
doMetadataCompilein 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
-
-