| Home >> All >> xdoclet >> [ template Javadoc ] |
xdoclet.template: Javadoc index of package xdoclet.template.
Package Samples:
xdoclet.template
Classes:
TemplateParser: Subclass of Template Engine that do not generate anything but only parse the document. The TagHandlers have a callback entry to this method to set in it anything they want to. This class was introduced for parsing .j files and return a list of merge files needed for the generation. The timestamp checking can then verify all files involved in a generation and bypass the generation if -nothing has changed-.
TemplateEngine: The default template engine used by derived SubTasks. It looks for XML-ish strings, just like JSP tag libraries. There's no support for scriptlets, because it's cleaner to use and implementing the XML-ish tags is easy, they are not heavyweight like jsp taglib implementations and there's no need for something like taglib.tld.
PrettyPrintWriter: Extends the PrintWriter class by adding the possibility of emiting empty lines.
TemplateException
TemplateTagHandler
XDocletTemplateMessages
| Home | Contact Us | Privacy Policy | Terms of Service |