ariba.util.io
Class TemplateParser
java.lang.Object
ariba.util.io.TaggedStringProcessor
ariba.util.io.TemplateParser
- Direct Known Subclasses:
- HTMLTemplateParser
public class TemplateParser
- extends TaggedStringProcessor
|
Method Summary |
void |
parseTemplate(String template,
PrintWriter out)
Parses the given template file, replacing any tags found with
the string returned by our tag handler's processTag() method. |
TemplateParser
public TemplateParser(TagHandler handler)
- Creates a new TemplateParser with the given tag handler.
parseTemplate
public void parseTemplate(String template,
PrintWriter out)
- Parses the given template file, replacing any tags found with
the string returned by our tag handler's processTag() method. This
method may print an error message to the output stream if an unexpected
error occurs.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.