Liferay 7.0-ce-b4

com.liferay.portal.model
Class SiteConstants

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

public class SiteConstants
extends Object


Field Summary
static String LIST_VIEW_FLAT_SITES
           
static String LIST_VIEW_TREE
           
static String NAME_INVALID_CHARACTERS
           
static String NAME_LABEL
           
static String NAME_RESERVED_WORDS
           
 
Constructor Summary
SiteConstants()
           
 
Method Summary
static String getNameGeneralRestrictions(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_VIEW_FLAT_SITES

public static final String LIST_VIEW_FLAT_SITES
See Also:
Constant Field Values

LIST_VIEW_TREE

public static final String LIST_VIEW_TREE
See Also:
Constant Field Values

NAME_INVALID_CHARACTERS

public static final String NAME_INVALID_CHARACTERS
See Also:
Constant Field Values

NAME_LABEL

public static final String NAME_LABEL
See Also:
Constant Field Values

NAME_RESERVED_WORDS

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

SiteConstants

public SiteConstants()
Method Detail

getNameGeneralRestrictions

public static String getNameGeneralRestrictions(Locale locale)

Liferay 7.0-ce-b4