|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getTitle()
EL: #{WCAppContext.application.applicationConfig.title}
java.lang.String getDefaultSiteTemplateId()
EL: #{WCAppContext.application.applicationConfig.defaultSiteTemplateId}
java.lang.String getDefaultBRPSiteTemplateId()
EL: #{WCAppContext.application.applicationConfig.defaultBRPSiteTemplateId}
java.lang.String getDefaultGSSiteTemplateId()
EL: #{WCAppContext.application.applicationConfig.defaultGSSiteTemplateId}
java.lang.String getRcForPSPages()
EL: #{WCAppContext.application.applicationConfig.rcForPSPages}
java.lang.String getRcForPSBRPages()
EL: #{WCAppContext.application.applicationConfig.rcForPSBRPages}
java.lang.String getRcForPSSiteTemplates()
EL: #{WCAppContext.application.applicationConfig.rcForPSSiteTemplates}
java.lang.String getRcForGSPages()
EL: #{WCAppContext.application.applicationConfig.rcForGSPages}
java.lang.String getRcForGSSiteTemplates()
EL: #{WCAppContext.application.applicationConfig.rcForGSSiteTemplates}
java.lang.String getDefaultSiteStructureId()
EL: #{WCAppContext.application.applicationConfig.defaultSiteStructureId}
java.lang.String getGuid()
EL: #{WCAppContext.application.applicationConfig.guid}
java.lang.String getLogo()
EL: #{WCAppContext.application.applicationConfig.logo}
java.lang.String getHelpPage()
EL: #{WCAppContext.application.applicationConfig.helpPage}
java.lang.String getHomePageUrl()
EL: #{WCAppContext.application.applicationConfig.homePageUrl}
java.lang.String getOhwUrl()
EL: #{WCAppContext.application.applicationConfig.ohwUrl}
java.lang.String getLoginPage()
EL: #{WCAppContext.application.applicationConfig.loginPage}
java.lang.String getLoginFailedPage()
EL: #{WCAppContext.application.applicationConfig.loginFailedPage}
java.lang.String getUnauthorizedPage()
EL: #{WCAppContext.application.applicationConfig.unauthorizedPage}
java.lang.String getOfflinePage()
EL: #{WCAppContext.application.applicationConfig.offlinePage}
boolean isFooterHidden()
EL: #{WCAppContext.application.applicationConfig.footerHidden}
WebCenterType.CopyrightMessageType getCopyrightMessage()
EL: #{WCAppContext.application.applicationConfig.copyrightMessage}
java.lang.String getPrivacyPolicyUrl()
http://www.oracle.com/html/privacy.html
EL: #{WCAppContext.application.applicationConfig.privacyPolicyUrl}
java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
EL: #{WCAppContext.application.applicationConfig.customAttributes[attributeName]}
java.lang.String getSkin()
EL: #{WCAppContext.application.applicationConfig.skin}
java.lang.String getDefaultLanguage()
EL: #{WCAppContext.application.applicationConfig.defaultLanguage}
boolean isSelfreginviteEnabled()
EL: #{WCAppContext.application.applicationConfig.selfreginviteEnabled}
boolean isPublicregistrationEnabled()
EL: #{WCAppContext.application.applicationConfig.publicregistrationEnabled}
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||