Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.spaces.beans
Interface UiMetadata


public interface UiMetadata

Method Summary
 java.lang.String getCopyrightMessage()
          Returns the copyright message used by the Space.
 java.lang.String getGsSiteStructureId()
          Returns the id or an EL which can evaluate to the id of the navigation model associated with the current Space.
 java.lang.String getGsSiteTemplateId()
          Returns the id or an EL which can evaluate to the id of the page template associated with the current Space.
 java.lang.String getOfflinePage()
          Returns the URL to the page when the Space is offline.
 java.lang.String getPrivacyPolicyUrl()
          Returns the URL to the privacy policy document followed.
 java.lang.String getRcForGSPages()
          Returns the id or an EL which can evaluate to the id of the resource catalog associated with the Pages of the current Space.
 java.lang.String getRcForGSSiteTemplates()
          Returns the id or an EL which can evaluate to the id of the resource catalog associated with the Page Templates of the current Space.
 SelfRegistrationMetadata getSelfRegistration()
           
 java.lang.String getSkin()
          Returns the ADF Faces skin family associated with the current Space.
 boolean isFooterHidden()
          Returns the boolean value representing whether the footer of the Space is hidden.

 

Method Detail

getGsSiteTemplateId

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

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.gsSiteTemplateId}
#{spaceContext.currentSpace.metadata.uiMetadata.gsSiteTemplateId}

Returns:
The id of the page template associated with the current Space.

getRcForGSPages

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

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.rcForGSPages}
#{spaceContext.currentSpace.metadata.uiMetadata.rcForGSPages}

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

getRcForGSSiteTemplates

java.lang.String getRcForGSSiteTemplates()
Returns the id or an EL which can evaluate to the id of the resource catalog associated with the Page Templates of the current Space.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.rcForGSSiteTemplates}
#{spaceContext.currentSpace.metadata.uiMetadata.rcForGSSiteTemplates}

Returns:
The id or an EL which can evaluate to the id of the resource catalog associated with the Page Templates of the current Space.

getGsSiteStructureId

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

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.gsSiteStructureId}
#{spaceContext.currentSpace.metadata.uiMetadata.gsSiteStructureId}

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

getSkin

java.lang.String getSkin()
Returns the ADF Faces skin family associated with the current Space.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.skin}
#{spaceContext.currentSpace.metadata.uiMetadata.skin}

Returns:
The ADF Faces skin family associated with the current Space.

getOfflinePage

java.lang.String getOfflinePage()
Returns the URL to the page when the Space is offline.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.offlinePage}
#{spaceContext.currentSpace.metadata.uiMetadata.offlinePage}

Returns:
The URL to the page when the Space is offline.

isFooterHidden

boolean isFooterHidden()
Returns the boolean value representing whether the footer of the Space is hidden.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.footerHidden}
#{spaceContext.currentSpace.metadata.uiMetadata.footerHidden}

Returns:
The boolean value representing whether the footer of the Space is hidden.

getCopyrightMessage

java.lang.String getCopyrightMessage()
Returns the copyright message used by the Space.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.copyrightMessage}
#{spaceContext.currentSpace.metadata.uiMetadata.copyrightMessage}

Returns:
The copyright message used by the Space.

getPrivacyPolicyUrl

java.lang.String getPrivacyPolicyUrl()
Returns the URL to the privacy policy document followed.

EL: #{spaceContext.space[spaceName].metadata.uiMetadata.privacyPolicyUrl}
#{spaceContext.currentSpace.metadata.uiMetadata.privacyPolicyUrl}

Returns:
The URL to the privacy policy document followed.

getSelfRegistration

SelfRegistrationMetadata getSelfRegistration()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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