org.ajax4jsf.templatecompiler.builder
Class TemplateCompiler
java.lang.Object
org.ajax4jsf.templatecompiler.builder.TemplateCompiler
public class TemplateCompiler
- extends java.lang.Object
Template compiler.
- Version:
- $Revision: 1.1.2.4 $ $Date: 2007/02/26 20:48:43 $
- Author:
- ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPLATES_TEMPLATECOMPILER_PATH
public static final java.lang.String TEMPLATES_TEMPLATECOMPILER_PATH
- See Also:
- Constant Field Values
TEMPLATES_PATH
public static final java.lang.String TEMPLATES_PATH
- See Also:
- Constant Field Values
TemplateCompiler
public TemplateCompiler()
processing
public void processing(java.io.InputStream input,
CompilationContext componentBean)
throws CompilationException
- Processing input, contain a template
- Parameters:
input
- InputStream contain templatecomponentBean
-
- Throws:
CompilationException
parseXml
protected org.w3c.dom.Document parseXml(java.io.InputStream input)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Parameters:
input
-
- Returns:
-
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
generateCode
public void generateCode(CompilationContext componentBean,
java.io.Writer out)
throws CompilationException
- Throws:
CompilationException
Copyright © 2009. All Rights Reserved.