Liferay 6.2-ce-ga5

com.liferay.portal.util
Class PortletCategoryKeys

java.lang.Object
  extended by com.liferay.portal.util.PortletCategoryKeys

public class PortletCategoryKeys
extends Object


Field Summary
static String[] ALL
           
static String APPS
           
static String CONFIGURATION
           
static String CONTENT
          Deprecated. As of 6.2.0
static String CURRENT_SITE
           
static String MARKETPLACE
          Deprecated. As of 6.2.0, replaced by APPS
static String MY
           
static String PORTAL
          Deprecated. As of 6.2.0, replaced by CONFIGURATION, SITES, or USERS.
static String PORTLET
           
static String SERVER
          Deprecated. As of 6.2.0, replaced by APPS
static String SITE_ADMINISTRATION
           
static String[] SITE_ADMINISTRATION_ALL
           
static String SITE_ADMINISTRATION_CONFIGURATION
           
static String SITE_ADMINISTRATION_CONTENT
           
static String SITE_ADMINISTRATION_PAGES
           
static String SITE_ADMINISTRATION_USERS
           
static String SITES
           
static String USERS
           
 
Constructor Summary
PortletCategoryKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final String[] ALL

APPS

public static final String APPS
See Also:
Constant Field Values

CONFIGURATION

public static final String CONFIGURATION
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
Deprecated. As of 6.2.0
See Also:
Constant Field Values

CURRENT_SITE

public static final String CURRENT_SITE
See Also:
Constant Field Values

MARKETPLACE

public static final String MARKETPLACE
Deprecated. As of 6.2.0, replaced by APPS
See Also:
Constant Field Values

MY

public static final String MY
See Also:
Constant Field Values

PORTAL

public static final String PORTAL
Deprecated. As of 6.2.0, replaced by CONFIGURATION, SITES, or USERS.
See Also:
Constant Field Values

PORTLET

public static final String PORTLET
See Also:
Constant Field Values

SERVER

public static final String SERVER
Deprecated. As of 6.2.0, replaced by APPS
See Also:
Constant Field Values

SITE_ADMINISTRATION

public static final String SITE_ADMINISTRATION
See Also:
Constant Field Values

SITE_ADMINISTRATION_ALL

public static final String[] SITE_ADMINISTRATION_ALL

SITE_ADMINISTRATION_CONFIGURATION

public static final String SITE_ADMINISTRATION_CONFIGURATION
See Also:
Constant Field Values

SITE_ADMINISTRATION_CONTENT

public static final String SITE_ADMINISTRATION_CONTENT
See Also:
Constant Field Values

SITE_ADMINISTRATION_PAGES

public static final String SITE_ADMINISTRATION_PAGES
See Also:
Constant Field Values

SITE_ADMINISTRATION_USERS

public static final String SITE_ADMINISTRATION_USERS
See Also:
Constant Field Values

SITES

public static final String SITES
See Also:
Constant Field Values

USERS

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

PortletCategoryKeys

public PortletCategoryKeys()

Liferay 6.2-ce-ga5