Class SAXCompiler
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.compiler.Compiler
- 
- org.apache.myfaces.view.facelets.compiler.SAXCompiler
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.myfaces.view.facelets.compiler.CompilerCompiler.CompilerResult
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.myfaces.view.facelets.compiler.CompilerEXPRESSION_FACTORY, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description SAXCompiler()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Compiler.CompilerResultdoCompile(URL src, String alias)protected Compiler.CompilerResultdoCompileComponent(String taglibURI, String tagName, Map<String,Object> attributes)protected Compiler.CompilerResultdoCompileCompositeComponentMetadata(URL src, String alias)protected Compiler.CompilerResultdoCompileViewMetadata(URL src, String alias)protected FaceletsProcessingInstructionsgetDefaultFaceletsProcessingInstructions()protected 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
 
- 
 
- 
- 
- 
Method Detail- 
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
 
 - 
getDefaultFaceletsProcessingInstructionsprotected FaceletsProcessingInstructions getDefaultFaceletsProcessingInstructions() 
 - 
getFaceletsProcessingInstructionsprotected FaceletsProcessingInstructions getFaceletsProcessingInstructions(URL src, String alias) 
 - 
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
 
 
- 
 
-