public interface UiMetadata
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
java.lang.String getGsSiteTemplateId()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.gsSiteTemplateId} 
 #{spaceContext.currentSpace.metadata.uiMetadata.gsSiteTemplateId}
java.lang.String getRcForGSPages()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.rcForGSPages} 
 #{spaceContext.currentSpace.metadata.uiMetadata.rcForGSPages}
java.lang.String getRcForGSSiteTemplates()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.rcForGSSiteTemplates} 
 #{spaceContext.currentSpace.metadata.uiMetadata.rcForGSSiteTemplates}
java.lang.String getGsSiteStructureId()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.gsSiteStructureId} 
 #{spaceContext.currentSpace.metadata.uiMetadata.gsSiteStructureId}
java.lang.String getSkin()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.skin} 
 #{spaceContext.currentSpace.metadata.uiMetadata.skin}
java.lang.String getOfflinePage()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.offlinePage} 
 #{spaceContext.currentSpace.metadata.uiMetadata.offlinePage}
boolean isFooterHidden()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.footerHidden} 
 #{spaceContext.currentSpace.metadata.uiMetadata.footerHidden}
java.lang.String getCopyrightMessage()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.copyrightMessage} 
 #{spaceContext.currentSpace.metadata.uiMetadata.copyrightMessage}
java.lang.String getPrivacyPolicyUrl()
 EL: #{spaceContext.space[spaceName].metadata.uiMetadata.privacyPolicyUrl} 
 #{spaceContext.currentSpace.metadata.uiMetadata.privacyPolicyUrl}
SelfRegistrationMetadata getSelfRegistration()