|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.extensions.config.element.ConfigElementAdapter
org.alfresco.web.config.ClientConfigElement
public class ClientConfigElement
Custom config element that represents config values for the client
Field Summary | |
---|---|
static java.lang.String |
BREADCRUMB_LOCATION
|
static java.lang.String |
BREADCRUMB_PATH
|
static java.lang.String |
CONFIG_ELEMENT_ID
|
Fields inherited from class org.springframework.extensions.config.element.ConfigElementAdapter |
---|
attributes, children, name, value |
Constructor Summary | |
---|---|
ClientConfigElement()
Default Constructor |
|
ClientConfigElement(java.lang.String name)
Constructor |
Method Summary | |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement)
|
boolean |
getAllowGuestConfig()
|
boolean |
getAllowUserConfig()
|
boolean |
getAllowUserScriptExecute()
|
java.lang.String |
getBreadcrumbMode()
Get the breadcrumb mode |
boolean |
getCheckContextAgainstPath()
|
java.lang.String |
getCifsURLSuffix()
Get the CIFs URL suffix |
java.lang.String |
getDefaultHomeSpacePath()
|
java.lang.String |
getEditLinkType()
|
java.lang.String |
getErrorPage()
|
boolean |
getForceAndTerms()
|
java.lang.String |
getFromEmailAddress()
|
java.lang.String |
getHelpUrl()
|
java.lang.String |
getHomeSpacePermission()
|
java.lang.String |
getInitialLocation()
|
int |
getInviteUsersMaxResults()
If positive, this will limit the size of the result set from the invite users wizard. |
java.lang.String |
getLoginPage()
|
int |
getMinGroupNameLength()
|
int |
getMinPasswordLength()
|
int |
getMinUsernameLength()
|
int |
getPickerSearchMinimum()
|
int |
getRecentSpacesItems()
|
int |
getSearchMaxResults()
If positive, this will limit the size of the result set from the search. |
int |
getSearchMinimum()
|
int |
getSelectorsSearchMaxResults()
If positive, this will limit the size of the result set from the search used in selector components. |
java.util.List |
getSimpleSearchAdditionalAttributes()
|
int |
getTasksCompletedMaxResults()
If positive, this will limit the size of the result set of the completed tasks. |
java.lang.String |
getWCMDomain()
|
java.lang.String |
getWCMPort()
|
boolean |
isClipboardStatusVisible()
|
boolean |
isLanguageSelect()
|
boolean |
isNodeSummaryEnabled()
|
boolean |
isPasteAllAndClearEnabled()
|
boolean |
isShelfVisible()
|
boolean |
isUserGroupAdmin()
|
boolean |
isZeroByteFileUploads()
|
Methods inherited from class org.springframework.extensions.config.element.ConfigElementAdapter |
---|
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONFIG_ELEMENT_ID
public static final java.lang.String BREADCRUMB_PATH
public static final java.lang.String BREADCRUMB_LOCATION
Constructor Detail |
---|
public ClientConfigElement()
public ClientConfigElement(java.lang.String name)
name
- Name of the element this config element representsMethod Detail |
---|
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
public int getRecentSpacesItems()
public boolean isShelfVisible()
public boolean isClipboardStatusVisible()
public boolean isPasteAllAndClearEnabled()
public java.lang.String getErrorPage()
public java.lang.String getLoginPage()
public java.lang.String getHelpUrl()
public java.lang.String getFromEmailAddress()
public java.lang.String getEditLinkType()
public int getSearchMinimum()
public boolean getForceAndTerms()
public int getSearchMaxResults()
public int getSelectorsSearchMaxResults()
public int getInviteUsersMaxResults()
public int getTasksCompletedMaxResults()
public java.lang.String getHomeSpacePermission()
public java.lang.String getDefaultHomeSpacePath()
public boolean isNodeSummaryEnabled()
public java.lang.String getInitialLocation()
public java.lang.String getWCMDomain()
public java.lang.String getWCMPort()
public boolean getAllowGuestConfig()
public java.util.List getSimpleSearchAdditionalAttributes()
public int getMinUsernameLength()
public int getMinPasswordLength()
public int getMinGroupNameLength()
public final java.lang.String getBreadcrumbMode()
public final java.lang.String getCifsURLSuffix()
public final boolean isLanguageSelect()
public boolean isZeroByteFileUploads()
public boolean isUserGroupAdmin()
public boolean getAllowUserConfig()
public int getPickerSearchMinimum()
public boolean getCheckContextAgainstPath()
public boolean getAllowUserScriptExecute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |