Class SAXCompiler
java.lang.Object
org.apache.myfaces.view.facelets.compiler.Compiler
org.apache.myfaces.view.facelets.compiler.SAXCompiler
Compiler implementation that uses SAX
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.myfaces.view.facelets.compiler.CompilerCompiler.CompilerResult
- 
Field SummaryFields inherited from class org.apache.myfaces.view.facelets.compiler.CompilerEXPRESSION_FACTORY, log
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Compiler.CompilerResultprotected Compiler.CompilerResultdoCompileCompositeComponentMetadata(URL src, String alias) protected Compiler.CompilerResultdoCompileViewMetadata(URL src, String alias) protected FaceletsProcessingInstructionsprotected FaceletsProcessingInstructionsgetFaceletsProcessingInstructions(URL src, String alias) protected static StringgetXmlDecl(InputStream is, org.apache.myfaces.view.facelets.compiler.CompilationManager mngr) protected static StringwriteXmlDecl(InputStream is, org.apache.myfaces.view.facelets.compiler.CompilationManager mngr) Methods inherited from class org.apache.myfaces.view.facelets.compiler.CompileraddTagDecorator, addTagLibrary, compile, compileComponent, compileCompositeComponentMetadata, compileViewMetadata, createExpressionFactory, createTagDecorator, createTagLibrary, getFaceletsProcessingConfigurations, getFeature, isDevelopmentProjectStage, isTrimmingComments, isTrimmingWhitespace, isValidating, setDevelopmentProjectStage, setFaceletsProcessingConfigurations, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating
- 
Constructor Details- 
SAXCompilerpublic SAXCompiler()
 
- 
- 
Method Details- 
doCompilepublic Compiler.CompilerResult doCompile(URL src, String alias) throws IOException, FaceletException, jakarta.el.ELException, FacesException - Specified by:
- doCompilein class- Compiler
- Throws:
- IOException
- FaceletException
- jakarta.el.ELException
- FacesException
 
- 
doCompileViewMetadataprotected Compiler.CompilerResult doCompileViewMetadata(URL src, String alias) throws IOException, FaceletException, jakarta.el.ELException, FacesException - Specified by:
- doCompileViewMetadatain class- Compiler
- Throws:
- IOException
- FaceletException
- jakarta.el.ELException
- FacesException
- Since:
- 2.0
 
- 
doCompileCompositeComponentMetadataprotected Compiler.CompilerResult doCompileCompositeComponentMetadata(URL src, String alias) throws IOException, FaceletException, jakarta.el.ELException, FacesException - Specified by:
- doCompileCompositeComponentMetadatain class- Compiler
- Throws:
- IOException
- FaceletException
- jakarta.el.ELException
- FacesException
- Since:
- 2.0.1
 
- 
doCompileComponentprotected Compiler.CompilerResult doCompileComponent(String taglibURI, String tagName, Map<String, Object> attributes) - Specified by:
- doCompileComponentin class- Compiler
 
- 
getDefaultFaceletsProcessingInstructions
- 
getFaceletsProcessingInstructions
- 
writeXmlDeclprotected static String writeXmlDecl(InputStream is, org.apache.myfaces.view.facelets.compiler.CompilationManager mngr) throws IOException - Throws:
- IOException
 
- 
getXmlDeclprotected static String getXmlDecl(InputStream is, org.apache.myfaces.view.facelets.compiler.CompilationManager mngr) throws IOException - Throws:
- IOException
 
 
-