Liferay 6.2-ce-ga5

com.liferay.portal.model
Class LayoutConstants

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

public class LayoutConstants
extends Object


Field Summary
static long DEFAULT_PARENT_LAYOUT_ID
           
static long DEFAULT_PLID
           
static int FIRST_PRIORITY
           
static int FRIENDLY_URL_MAX_LENGTH
           
static String NAME_CONTROL_PANEL_DEFAULT
           
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_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

FIRST_PRIORITY

public static final int FIRST_PRIORITY
See Also:
Constant Field Values

FRIENDLY_URL_MAX_LENGTH

public static final int FRIENDLY_URL_MAX_LENGTH
See Also:
Constant Field Values

NAME_CONTROL_PANEL_DEFAULT

public static final String NAME_CONTROL_PANEL_DEFAULT
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.2-ce-ga5