Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class LayoutConstants

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

public class LayoutConstants
extends Object


Field Summary
static String DEFAULT_NAME_CONTROL_PANEL
           
static long DEFAULT_PARENT_LAYOUT_ID
           
static long DEFAULT_PLID
           
static int FRIENDLY_URL_MAX_LENGTH
           
static String TYPE_ARTICLE
           
static String TYPE_CONTROL_PANEL
           
static String TYPE_EMBEDDED
           
static String TYPE_LINK_TO_LAYOUT
           
static String TYPE_PANEL
           
static String TYPE_PORTLET
           
static String TYPE_URL
           
 
Constructor Summary
LayoutConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME_CONTROL_PANEL

public static final String DEFAULT_NAME_CONTROL_PANEL
See Also:
Constant Field Values

DEFAULT_PARENT_LAYOUT_ID

public static final long DEFAULT_PARENT_LAYOUT_ID
See Also:
Constant Field Values

DEFAULT_PLID

public static final long DEFAULT_PLID
See Also:
Constant Field Values

FRIENDLY_URL_MAX_LENGTH

public static final int FRIENDLY_URL_MAX_LENGTH
See Also:
Constant Field Values

TYPE_ARTICLE

public static final String TYPE_ARTICLE
See Also:
Constant Field Values

TYPE_CONTROL_PANEL

public static final String TYPE_CONTROL_PANEL
See Also:
Constant Field Values

TYPE_EMBEDDED

public static final String TYPE_EMBEDDED
See Also:
Constant Field Values

TYPE_LINK_TO_LAYOUT

public static final String TYPE_LINK_TO_LAYOUT
See Also:
Constant Field Values

TYPE_PANEL

public static final String TYPE_PANEL
See Also:
Constant Field Values

TYPE_PORTLET

public static final String TYPE_PORTLET
See Also:
Constant Field Values

TYPE_URL

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

LayoutConstants

public LayoutConstants()

Liferay 6.1.2-ce-ga3