Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model
Class JournalTemplateConstants

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalTemplateConstants

public class JournalTemplateConstants
extends Object


Field Summary
static String LANG_TYPE_CSS
           
static String LANG_TYPE_FTL
           
static String LANG_TYPE_VM
           
static String LANG_TYPE_XSL
           
static String[] LANG_TYPES
           
 
Constructor Summary
JournalTemplateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANG_TYPE_CSS

public static final String LANG_TYPE_CSS
See Also:
Constant Field Values

LANG_TYPE_FTL

public static final String LANG_TYPE_FTL
See Also:
Constant Field Values

LANG_TYPE_VM

public static final String LANG_TYPE_VM
See Also:
Constant Field Values

LANG_TYPE_XSL

public static final String LANG_TYPE_XSL
See Also:
Constant Field Values

LANG_TYPES

public static final String[] LANG_TYPES
Constructor Detail

JournalTemplateConstants

public JournalTemplateConstants()

Liferay 6.1.2-ce-ga3