KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > teamkonzept > lib > templates > TemplateTypes


1 package com.teamkonzept.lib.templates;
2
3
4 /**
5  * Erlaubte Template Endungen
6  *
7  * @author $Author: mischa $
8  * @version $Revision: 1.2 $
9 */

10 public interface TemplateTypes
11 {
12     String JavaDoc TK_TEMPLATE = ".TMPL";
13     String JavaDoc JSP_TEMPLATE = ".WSP";
14     String JavaDoc XSLT_TEMPLATE = ".WSL"; // ?? Das koennte doch eher die Standard Endung sein
15
}
16
Free Books   Free Magazines  
Popular Tags