Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class PortletConstants

java.lang.Object
  extended by com.liferay.portal.model.PortletConstants

public class PortletConstants
extends Object


Field Summary
static String DEFAULT_PREFERENCES
          Default preferences.
static String FACEBOOK_INTEGRATION_FBML
          Facebook integration method for FBML.
static String FACEBOOK_INTEGRATION_IFRAME
          Facebook integration method for IFrame.
static String INSTANCE_SEPARATOR
          Instance separator.
static String LAYOUT_SEPARATOR
          Layout separator.
static String USER_PRINCIPAL_STRATEGY_SCREEN_NAME
          User principal strategy for screen name.
static String USER_PRINCIPAL_STRATEGY_USER_ID
          User principal strategy for screen name.
static String WAR_SEPARATOR
          War file separator.
 
Constructor Summary
PortletConstants()
           
 
Method Summary
static String getInstanceId(String portletId)
          Returns the instance ID of the portlet.
static String getRootPortletId(String portletId)
          Returns the root portlet ID of the portlet.
static boolean hasInstanceId(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PREFERENCES

public static final String DEFAULT_PREFERENCES
Default preferences.

See Also:
Constant Field Values

FACEBOOK_INTEGRATION_FBML

public static final String FACEBOOK_INTEGRATION_FBML
Facebook integration method for FBML.

See Also:
Constant Field Values

FACEBOOK_INTEGRATION_IFRAME

public static final String FACEBOOK_INTEGRATION_IFRAME
Facebook integration method for IFrame.

See Also:
Constant Field Values

INSTANCE_SEPARATOR

public static final String INSTANCE_SEPARATOR
Instance separator.

See Also:
Constant Field Values

LAYOUT_SEPARATOR

public static final String LAYOUT_SEPARATOR
Layout separator.

See Also:
Constant Field Values

USER_PRINCIPAL_STRATEGY_SCREEN_NAME

public static final String USER_PRINCIPAL_STRATEGY_SCREEN_NAME
User principal strategy for screen name.

See Also:
Constant Field Values

USER_PRINCIPAL_STRATEGY_USER_ID

public static final String USER_PRINCIPAL_STRATEGY_USER_ID
User principal strategy for screen name.

See Also:
Constant Field Values

WAR_SEPARATOR

public static final String WAR_SEPARATOR
War file separator.

See Also:
Constant Field Values
Constructor Detail

PortletConstants

public PortletConstants()
Method Detail

getInstanceId

public static String getInstanceId(String portletId)
Returns the instance ID of the portlet.

Returns:
the instance ID of the portlet

getRootPortletId

public static String getRootPortletId(String portletId)
Returns the root portlet ID of the portlet.

Returns:
the root portlet ID of the portlet

hasInstanceId

public static boolean hasInstanceId(String portletId)

Liferay 6.1.2-ce-ga3