| java.lang.Object com.opensymphony.webwork.components.template.Template
Template | public class Template implements Cloneable(Code) | | A template.
A template is used as a model for rendering output.
This object contains basic common template information
author: plightbo |
Template | public Template(String dir, String theme, String name)(Code) | | Constructor.
Parameters: dir - base folder where the template is stored. Parameters: theme - the theme of the template Parameters: name - the name of the template. |
toString | public String toString()(Code) | | Constructs a string in the format /dir/theme/name .
a string in the format /dir/theme/name . |
|
|