Liferay 6.2-ce-ga5

com.liferay.portlet.portletdisplaytemplate.util
Class PortletDisplayTemplateConstants

java.lang.Object
  extended by com.liferay.portlet.portletdisplaytemplate.util.PortletDisplayTemplateConstants

public class PortletDisplayTemplateConstants
extends Object


Field Summary
static String ASSET_PUBLISHER_HELPER
           
static String CURRENT_URL
           
static String ENTRIES
           
static String ENTRY
           
static String FREEMARKER_SERVLET_APPLICATION
           
static String FREEMARKER_SERVLET_REQUEST
           
static String LOCALE
           
static String PORTLET_PREFERENCES
           
static String RENDER_REQUEST
           
static String RENDER_RESPONSE
           
static String REQUEST
           
static String REQUEST_HASH
           
static String TAGLIB_LIFERAY
           
static String TAGLIB_LIFERAY_HASH
           
static String TEMPLATE_ID
           
static String THEME
           
static String THEME_DISPLAY
           
 
Constructor Summary
PortletDisplayTemplateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSET_PUBLISHER_HELPER

public static final String ASSET_PUBLISHER_HELPER
See Also:
Constant Field Values

CURRENT_URL

public static final String CURRENT_URL
See Also:
Constant Field Values

ENTRIES

public static final String ENTRIES
See Also:
Constant Field Values

ENTRY

public static final String ENTRY
See Also:
Constant Field Values

FREEMARKER_SERVLET_APPLICATION

public static final String FREEMARKER_SERVLET_APPLICATION
See Also:
Constant Field Values

FREEMARKER_SERVLET_REQUEST

public static final String FREEMARKER_SERVLET_REQUEST
See Also:
Constant Field Values

LOCALE

public static final String LOCALE
See Also:
Constant Field Values

PORTLET_PREFERENCES

public static final String PORTLET_PREFERENCES
See Also:
Constant Field Values

RENDER_REQUEST

public static final String RENDER_REQUEST
See Also:
Constant Field Values

RENDER_RESPONSE

public static final String RENDER_RESPONSE
See Also:
Constant Field Values

REQUEST

public static final String REQUEST
See Also:
Constant Field Values

REQUEST_HASH

public static final String REQUEST_HASH
See Also:
Constant Field Values

TAGLIB_LIFERAY

public static final String TAGLIB_LIFERAY
See Also:
Constant Field Values

TAGLIB_LIFERAY_HASH

public static final String TAGLIB_LIFERAY_HASH
See Also:
Constant Field Values

TEMPLATE_ID

public static final String TEMPLATE_ID
See Also:
Constant Field Values

THEME

public static final String THEME
See Also:
Constant Field Values

THEME_DISPLAY

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

PortletDisplayTemplateConstants

public PortletDisplayTemplateConstants()

Liferay 6.2-ce-ga5