EXPRESSION_FACTORY, log| Constructor and Description |
|---|
SAXCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.view.facelets.FaceletHandler |
doCompile(com.sun.faces.facelets.compiler.CompilationManager mngr,
com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler,
URL src,
String alias) |
javax.faces.view.facelets.FaceletHandler |
doCompile(URL src,
String alias) |
javax.faces.view.facelets.FaceletHandler |
doMetadataCompile(URL src,
String alias) |
protected static void |
writeXmlDecl(InputStream is,
String encoding,
com.sun.faces.facelets.compiler.CompilationManager mngr) |
addTagDecorator, addTagLibrary, compile, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isTrimmingComments, isTrimmingWhitespace, isValidating, metadataCompile, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidatingpublic javax.faces.view.facelets.FaceletHandler doCompile(URL src, String alias) throws IOException
doCompile in class CompilerIOExceptionpublic javax.faces.view.facelets.FaceletHandler doMetadataCompile(URL src, String alias) throws IOException
doMetadataCompile in class CompilerIOExceptionprotected javax.faces.view.facelets.FaceletHandler doCompile(com.sun.faces.facelets.compiler.CompilationManager mngr,
com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler,
URL src,
String alias)
throws IOException
IOExceptionprotected static void writeXmlDecl(InputStream is, String encoding, com.sun.faces.facelets.compiler.CompilationManager mngr) throws IOException
IOExceptionCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.