com.liferay.faces.util.portal
Interface WebKeys


Deprecated.

@Deprecated
public interface WebKeys

This interface provides a means of backporting Liferay Portal 6.1.x constants to branches of Liferay Faces that are designed to be used with older versions of the portal.

Author:
Neil Griffin

Field Summary
static String AUI_SCRIPT_DATA
          Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#AUI_SCRIPT_DATA.
static String RENDER_PORTLET
          Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#RENDER_PORTLET.
static String THEME_DISPLAY
          Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#THEME_DISPLAY.
 

Field Detail

AUI_SCRIPT_DATA

@Deprecated
static final String AUI_SCRIPT_DATA
Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#AUI_SCRIPT_DATA.
See Also:
Constant Field Values

RENDER_PORTLET

@Deprecated
static final String RENDER_PORTLET
Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#RENDER_PORTLET.
See Also:
Constant Field Values

THEME_DISPLAY

@Deprecated
static final String THEME_DISPLAY
Deprecated. Replaced by com.liferay.portal.kernel.util.WebKeys#THEME_DISPLAY.
See Also:
Constant Field Values


Copyright © 2015 Liferay, Inc.. All rights reserved.