Liferay 6.0.5

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 CONTENT
           
static String MY
           
static String PORTAL
           
static String SERVER
           
 
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

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

MY

public static final String MY
See Also:
Constant Field Values

PORTAL

public static final String PORTAL
See Also:
Constant Field Values

SERVER

public static final String SERVER
See Also:
Constant Field Values

ALL

public static final String[] ALL
Constructor Detail

PortletCategoryKeys

public PortletCategoryKeys()

Liferay 6.0.5