Retrieves the currently processed template.
()
| 168 | * Retrieves the currently processed template. |
| 169 | */ |
| 170 | public Template getTemplate() |
| 171 | { |
| 172 | return (Template)getParent(); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Deletes cached values that meant to be valid only during a single |