com.endeca.portal.util
Class EndecaPortletCategoryKeys

java.lang.Object
  extended by com.endeca.portal.util.EndecaPortletCategoryKeys

public class EndecaPortletCategoryKeys
extends java.lang.Object

Defines control panel categories for Endeca portlets.

Author:
Endeca Technologies, Inc.
See Also:
com.liferay.portal.util.PortletCategoryKeys.java

Field Summary
static java.lang.String[] ALL
          Represents the list of all categories in the control panel.
static java.lang.String DF
          Represents the "Discovery Framework" category in the control panel
static java.lang.String ENDECA
          Represents the "Endeca" category in the control panel
 
Constructor Summary
EndecaPortletCategoryKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DF

public static final java.lang.String DF
Represents the "Discovery Framework" category in the control panel

See Also:
Constant Field Values

ENDECA

public static final java.lang.String ENDECA
Represents the "Endeca" category in the control panel

See Also:
Constant Field Values

ALL

public static final java.lang.String[] ALL
Represents the list of all categories in the control panel. Note that if the category list in PortletCategoryKeys changes, we will have to change this list as well.

Constructor Detail

EndecaPortletCategoryKeys

public EndecaPortletCategoryKeys()