org.apache.myfaces.view.facelets.compiler
Class SAXCompiler
java.lang.Object
org.apache.myfaces.view.facelets.compiler.Compiler
org.apache.myfaces.view.facelets.compiler.SAXCompiler
public final class SAXCompiler
- extends Compiler
Compiler implementation that uses SAX
- Version:
- $Id: SAXCompiler.java 1526421 2013-09-26 08:57:11Z lu4242 $
- Author:
- Jacob Hookom
- See Also:
Compiler
Methods inherited from class org.apache.myfaces.view.facelets.compiler.Compiler |
addTagDecorator, addTagLibrary, compile, compileCompositeComponentMetadata, compileViewMetadata, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isDevelopmentProjectStage, isTrimmingComments, isTrimmingWhitespace, isValidating, setDevelopmentProjectStage, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXCompiler
public SAXCompiler()
doCompile
public FaceletHandler doCompile(URL src,
String alias)
throws IOException,
FaceletException,
javax.el.ELException,
FacesException
- Specified by:
doCompile
in class Compiler
- Throws:
IOException
FaceletException
javax.el.ELException
FacesException
doCompileViewMetadata
protected FaceletHandler doCompileViewMetadata(URL src,
String alias)
throws IOException,
FaceletException,
javax.el.ELException,
FacesException
- Specified by:
doCompileViewMetadata
in class Compiler
- Throws:
IOException
FaceletException
javax.el.ELException
FacesException
- Since:
- 2.0
doCompileCompositeComponentMetadata
protected FaceletHandler doCompileCompositeComponentMetadata(URL src,
String alias)
throws IOException,
FaceletException,
javax.el.ELException,
FacesException
- Specified by:
doCompileCompositeComponentMetadata
in class Compiler
- Throws:
IOException
FaceletException
javax.el.ELException
FacesException
- Since:
- 2.0.1
writeXmlDecl
protected static final String writeXmlDecl(InputStream is,
org.apache.myfaces.view.facelets.compiler.CompilationManager mngr)
throws IOException
- Throws:
IOException
getXmlDecl
protected static final String getXmlDecl(InputStream is,
org.apache.myfaces.view.facelets.compiler.CompilationManager mngr)
throws IOException
- Throws:
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.