com.sun.facelets.compiler
Class SAXCompiler

java.lang.Object
  extended by com.sun.facelets.compiler.Compiler
      extended by com.sun.facelets.compiler.SAXCompiler

public final class SAXCompiler
extends Compiler

Compiler implementation that uses SAX

Version:
$Id: SAXCompiler.java,v 1.13 2006/05/31 04:16:46 jhook Exp $
Author:
Jacob Hookom
See Also:
Compiler

Field Summary
 
Fields inherited from class com.sun.facelets.compiler.Compiler
EXPRESSION_FACTORY, log
 
Constructor Summary
SAXCompiler()
           
 
Method Summary
 FaceletHandler doCompile(URL src, String alias)
           
protected static String writeXmlDecl(InputStream is, com.sun.facelets.compiler.CompilationManager mngr)
           
 
Methods inherited from class com.sun.facelets.compiler.Compiler
addTagDecorator, addTagLibrary, compile, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isTrimmingComments, isTrimmingWhitespace, isValidating, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXCompiler

public SAXCompiler()
Method Detail

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

writeXmlDecl

protected static final String writeXmlDecl(InputStream is,
                                           com.sun.facelets.compiler.CompilationManager mngr)
                                    throws IOException
Throws:
IOException


Copyright © 2005 All Rights Reserved.