Interface Page
- All Superinterfaces:
AbstractPage
,com.coremedia.blueprint.common.datevalidation.ValidityPeriod
A Page is a
AbstractPage
that represents a complete page including its own CSS, JavaScript
and favicon.-
Method Summary
Modifier and TypeMethodDescriptionReturn the first navigation context within the navigation hierarchy which is an instance of CMContextList<?>
getCss()
Returns the css contents for this page.com.coremedia.cap.common.Blob
Returns a favicon for this page.List<?>
Returns the JavaScript contents for this page that are to be included in the HTML head.List<?>
Returns the JavaScript contents for this page.Methods inherited from interface com.coremedia.blueprint.common.contentbeans.AbstractPage
getAspectByName, getContent, getContentId, getContentType, getDescription, getDirection, getKeywords, getLocale, getNavigation, getPageGrid, getTitle, isDetailView, isDeveloperMode
Methods inherited from interface com.coremedia.blueprint.common.datevalidation.ValidityPeriod
getValidFrom, getValidTo
-
Method Details
-
getCss
List<?> getCss()Returns the css contents for this page.- Returns:
- the css contents for this page
-
getJavaScript
List<?> getJavaScript()Returns the JavaScript contents for this page.- Returns:
- the JavaScript contents for this page
-
getHeadJavaScript
List<?> getHeadJavaScript()Returns the JavaScript contents for this page that are to be included in the HTML head.- Returns:
- the JavaScript contents for the head of this page
-
getFavicon
com.coremedia.cap.common.Blob getFavicon()Returns a favicon for this page. May be null. -
getContext
CMContext getContext()Return the first navigation context within the navigation hierarchy which is an instance of CMContext
-