| |
|
| java.lang.Object net.jforum.repository.Tpl
Tpl | public class Tpl implements Cacheable(Code) | | author: Rafael Steil version: $Id: Tpl.java,v 1.7 2007/04/12 02:11:54 rafaelsteil Exp $ |
load | public static void load(String filename)(Code) | | Loads the HTML mappings file.
Parameters: filename - The complete path to the file to load throws: ConfigLoadException - if the file is not found orsome other error occurs when loading the file. |
name | public static String name(String key)(Code) | | Gets a template filename by its configuration's key
Parameters: key - The Key to load. The html template filename |
|
|
|