Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Class DDMTemplateConstants

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMTemplateConstants

public class DDMTemplateConstants
extends Object


Field Summary
static String LANG_TYPE_FTL
           
static String LANG_TYPE_VM
           
static String[] LANG_TYPES
           
static String TEMPLATE_MODE_CREATE
           
static String TEMPLATE_MODE_EDIT
           
static String TEMPLATE_TYPE_DETAIL
           
static String TEMPLATE_TYPE_LIST
           
 
Constructor Summary
DDMTemplateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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_TYPES

public static final String[] LANG_TYPES

TEMPLATE_MODE_CREATE

public static final String TEMPLATE_MODE_CREATE
See Also:
Constant Field Values

TEMPLATE_MODE_EDIT

public static final String TEMPLATE_MODE_EDIT
See Also:
Constant Field Values

TEMPLATE_TYPE_DETAIL

public static final String TEMPLATE_TYPE_DETAIL
See Also:
Constant Field Values

TEMPLATE_TYPE_LIST

public static final String TEMPLATE_TYPE_LIST
See Also:
Constant Field Values
Constructor Detail

DDMTemplateConstants

public DDMTemplateConstants()

Liferay 6.1.2-ce-ga3