Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.webcenterapp.beans
Interface WebCenterType


public interface WebCenterType

Nested Class Summary
static interface WebCenterType.CopyrightMessageType
           

 

Method Summary
 WebCenterType.CopyrightMessageType getCopyrightMessage()
          Returns the copyright message used by the application.
 java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
          Returns the value of a specific custom-attribute, of the name attributeName for the application.
 java.lang.String getDefaultBRPSiteTemplateId()
          Returns the id or an EL which can evaluate to the id of the page template with Business Roles associated with the application.
 java.lang.String getDefaultGSSiteTemplateId()
          Returns the id or an EL which can evaluate to the id of the page template associated with the Space of the application.
 java.lang.String getDefaultLanguage()
          Returns the default language for with the application.
 java.lang.String getDefaultSiteStructureId()
          Returns the id or an EL which can evaluate to the id of the navigation model associated with the application.
 java.lang.String getDefaultSiteTemplateId()
          Returns the id or an EL which can evaluate to the id of the page template associated with the application.
 java.lang.String getGuid()
          Returns the unique id associated with the application.
 java.lang.String getHelpPage()
          Returns the URL to the Help application used for the current WebCenter Spaces application (as configured via WebCenter Administration).
 java.lang.String getHomePageUrl()
          Returns the URL to the Home Page used by the application where the user is taken after the user logs in successfully.
 java.lang.String getLoginFailedPage()
          Returns the URL to the Login Failure application used for the current WebCenter Spaces application if the user enters incorrect credentials while performing login operation.
 java.lang.String getLoginPage()
          Returns the URL to the Login application used for the current WebCenter Spaces application.
 java.lang.String getLogo()
          Returns the URL to the logo image used by the application, only if it has been uploaded via WebCenter Administration.
 java.lang.String getOfflinePage()
          Returns the URL to a Page used for the current application in offline state.
 java.lang.String getOhwUrl()
          Returns the URL to the Spaces-Help application used for the current WebCenter Spaces application.
 java.lang.String getPrivacyPolicyUrl()
          Return the URL to the privacy policy document followed by the application (as has been configured via WebCenter Administration).
 java.lang.String getRcForGSPages()
          Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages associated with the Space of the application.
 java.lang.String getRcForGSSiteTemplates()
          Returns the id or an EL which can evaluate to the id of the resource catalog of the page template associated with the Space of the application.
 java.lang.String getRcForPSBRPages()
          Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages with Business Roles associated with the Home Space of the application.
 java.lang.String getRcForPSPages()
          Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages associated with the Home Space of the application.
 java.lang.String getRcForPSSiteTemplates()
          Returns the id or an EL which can evaluate to the id of the resouce catalog of the Page Template associated the Home Space of the application.
 java.lang.String getSkin()
          Returns the name of the default ADF Faces skin family to be used for rendering pages in the application (as has been configured via WebCenter Administration).
 java.lang.String getTitle()
          Returns the display-name of the current WebCenter Spaces application (as has been configured via WebCenter Administration).
 java.lang.String getUnauthorizedPage()
          Returns the URL to Unauthorised Page used for the current WebCenter Spaces application if the user who tries to login, is an not an authenticated user.
 boolean isFooterHidden()
          Returns the boolean value representing whether the footer associated with the application is hidden.
 boolean isPublicregistrationEnabled()
          Returns the boolean value which if set represents that users are allowed to self-register and then log into WebCenter Spaces.
 boolean isSelfreginviteEnabled()
          Returns the boolean value which if set represents that users can invite people to join a Space who are not already in identity store.

 

Method Detail

getTitle

java.lang.String getTitle()
Returns the display-name of the current WebCenter Spaces application (as has been configured via WebCenter Administration). The default value is "WebCenter Spaces".

EL: #{WCAppContext.application.applicationConfig.title}

Returns:
the display-name of the current WebCenter Spaces application.

getDefaultSiteTemplateId

java.lang.String getDefaultSiteTemplateId()
Returns the id or an EL which can evaluate to the id of the page template associated with the application.

EL: #{WCAppContext.application.applicationConfig.defaultSiteTemplateId}

Returns:
The id or an EL which can evaluate to the id of the page template associated with the application.

getDefaultBRPSiteTemplateId

java.lang.String getDefaultBRPSiteTemplateId()
Returns the id or an EL which can evaluate to the id of the page template with Business Roles associated with the application.

EL: #{WCAppContext.application.applicationConfig.defaultBRPSiteTemplateId}

Returns:
The id or an EL which can evaluate to the id of the page template with Business Roles associated with the application.

getDefaultGSSiteTemplateId

java.lang.String getDefaultGSSiteTemplateId()
Returns the id or an EL which can evaluate to the id of the page template associated with the Space of the application.

EL: #{WCAppContext.application.applicationConfig.defaultGSSiteTemplateId}

Returns:
The id or an EL which can evaluate to the id of the page template associated with the Space of the application.

getRcForPSPages

java.lang.String getRcForPSPages()
Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages associated with the Home Space of the application.

EL: #{WCAppContext.application.applicationConfig.rcForPSPages}

Returns:
The id or an EL which can evaluate to the id of the resouce catalog of the Home Space Pages associated with the Home Space of the application.

getRcForPSBRPages

java.lang.String getRcForPSBRPages()
Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages with Business Roles associated with the Home Space of the application.

EL: #{WCAppContext.application.applicationConfig.rcForPSBRPages}

Returns:
The id or an EL which can evaluate to the id of the resouce catalog of the Pages with Business Roles associated with the Home Space of the application.

getRcForPSSiteTemplates

java.lang.String getRcForPSSiteTemplates()
Returns the id or an EL which can evaluate to the id of the resouce catalog of the Page Template associated the Home Space of the application.

EL: #{WCAppContext.application.applicationConfig.rcForPSSiteTemplates}

Returns:
The id or an EL which can evaluate to the id of the resouce catalog of the Page Template associated the Home Space of the application.

getRcForGSPages

java.lang.String getRcForGSPages()
Returns the id or an EL which can evaluate to the id of the resouce catalog of the Pages associated with the Space of the application.

EL: #{WCAppContext.application.applicationConfig.rcForGSPages}

Returns:
The id or an EL which can evaluate to the id of the resouce catalog of the Pages associated with the Space of the application.

getRcForGSSiteTemplates

java.lang.String getRcForGSSiteTemplates()
Returns the id or an EL which can evaluate to the id of the resource catalog of the page template associated with the Space of the application.

EL: #{WCAppContext.application.applicationConfig.rcForGSSiteTemplates}

Returns:
The id or an EL which can evaluate to the id of the resource catalog of the page template associated with the Space of the application.

getDefaultSiteStructureId

java.lang.String getDefaultSiteStructureId()
Returns the id or an EL which can evaluate to the id of the navigation model associated with the application.

EL: #{WCAppContext.application.applicationConfig.defaultSiteStructureId}

Returns:
The id or an EL which can evaluate to the id of the navigation model associated with the application.

getGuid

java.lang.String getGuid()
Returns the unique id associated with the application.

EL: #{WCAppContext.application.applicationConfig.guid}

Returns:
The unique id associated with the application.

getLogo

java.lang.String getLogo()
Returns the URL to the logo image used by the application, only if it has been uploaded via WebCenter Administration.

EL: #{WCAppContext.application.applicationConfig.logo}

Returns:
The URL to the logo image used by the application.

getHelpPage

java.lang.String getHelpPage()
Returns the URL to the Help application used for the current WebCenter Spaces application (as configured via WebCenter Administration). The default value is "/webcenterhelp/spaces".

EL: #{WCAppContext.application.applicationConfig.helpPage}

Returns:
The URL to the Help application used for the current WebCenter Spaces application.

getHomePageUrl

java.lang.String getHomePageUrl()
Returns the URL to the Home Page used by the application where the user is taken after the user logs in successfully.

EL: #{WCAppContext.application.applicationConfig.homePageUrl}

Returns:
The URL to the Home Page used by the application.

getOhwUrl

java.lang.String getOhwUrl()
Returns the URL to the Spaces-Help application used for the current WebCenter Spaces application.

EL: #{WCAppContext.application.applicationConfig.ohwUrl}

Returns:
The URL to the Spaces-Help application used for the current WebCenter Spaces application.

getLoginPage

java.lang.String getLoginPage()
Returns the URL to the Login application used for the current WebCenter Spaces application.

EL: #{WCAppContext.application.applicationConfig.loginPage}

Returns:
The URL to the Login application used for the current WebCenter Spaces application.

getLoginFailedPage

java.lang.String getLoginFailedPage()
Returns the URL to the Login Failure application used for the current WebCenter Spaces application if the user enters incorrect credentials while performing login operation.

EL: #{WCAppContext.application.applicationConfig.loginFailedPage}

Returns:
The URL to the Login Failure application used for the current WebCenter Spaces application.

getUnauthorizedPage

java.lang.String getUnauthorizedPage()
Returns the URL to Unauthorised Page used for the current WebCenter Spaces application if the user who tries to login, is an not an authenticated user.

EL: #{WCAppContext.application.applicationConfig.unauthorizedPage}

Returns:
The URL to Unauthorised Page used for the current WebCenter Spaces application.

getOfflinePage

java.lang.String getOfflinePage()
Returns the URL to a Page used for the current application in offline state.

EL: #{WCAppContext.application.applicationConfig.offlinePage}

Returns:
The URL to a Page used for the current application in offline state.

isFooterHidden

boolean isFooterHidden()
Returns the boolean value representing whether the footer associated with the application is hidden.

EL: #{WCAppContext.application.applicationConfig.footerHidden}

Returns:
The boolean value representing whether the footer associated with the application is hidden.

getCopyrightMessage

WebCenterType.CopyrightMessageType getCopyrightMessage()
Returns the copyright message used by the application.

EL: #{WCAppContext.application.applicationConfig.copyrightMessage}

Returns:
The copyright message used by the application.

getPrivacyPolicyUrl

java.lang.String getPrivacyPolicyUrl()
Return the URL to the privacy policy document followed by the application (as has been configured via WebCenter Administration). The default value is http://www.oracle.com/html/privacy.html

EL: #{WCAppContext.application.applicationConfig.privacyPolicyUrl}

Returns:
The URL to the privacy policy document followed by the application.

getCustomAttributes

java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
Returns the value of a specific custom-attribute, of the name attributeName for the application.

EL: #{WCAppContext.application.applicationConfig.customAttributes[attributeName]}

Returns:
The value of a specific custom-attribute, of the name attributeName.

getSkin

java.lang.String getSkin()
Returns the name of the default ADF Faces skin family to be used for rendering pages in the application (as has been configured via WebCenter Administration). This represents the application-level setting.

EL: #{WCAppContext.application.applicationConfig.skin}

Returns:
The name of the default ADF Faces skin family.

getDefaultLanguage

java.lang.String getDefaultLanguage()
Returns the default language for with the application.

EL: #{WCAppContext.application.applicationConfig.defaultLanguage}

Returns:
The default language for with the application.

isSelfreginviteEnabled

boolean isSelfreginviteEnabled()
Returns the boolean value which if set represents that users can invite people to join a Space who are not already in identity store.

EL: #{WCAppContext.application.applicationConfig.selfreginviteEnabled}

Returns:
The boolean value which represents whether users can invite people to join a Space.

isPublicregistrationEnabled

boolean isPublicregistrationEnabled()
Returns the boolean value which if set represents that users are allowed to self-register and then log into WebCenter Spaces.

EL: #{WCAppContext.application.applicationConfig.publicregistrationEnabled}

Returns:
The boolean value which represents whether users are allowed to self-register.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.