Uses of Class
com.aquima.web.api.model.page.PageContent
Packages that use PageContent
Package
Description
-
Uses of PageContent in com.aquima.web.api.model.page
Methods in com.aquima.web.api.model.page that return PageContentModifier and TypeMethodDescriptionIModelFactory.convert
(com.aquima.interactions.composer.IPage page, String defaultLanguageCode, String languageCode, com.aquima.interactions.foundation.IValueFormatter valueFormatter) This method converts the page to the viewmodel.ModelFactory.convert
(com.aquima.interactions.composer.IPage page, String defaultLanguageCode, String languageCode, com.aquima.interactions.foundation.IValueFormatter valueFormatter) This method converts the page to the viewmodel.Methods in com.aquima.web.api.model.page with parameters of type PageContentModifier and TypeMethodDescriptionModelComparer.compare
(PageContent current, PageContent updated) Determines the changes between two pages.RendererContext.newInstance
(PageContent content) Constructors in com.aquima.web.api.model.page with parameters of type PageContentModifierConstructorDescriptionPageContent
(PageContent other) RendererContext
(IApiRendererFactory factory, PageContent pageContent, String languageCode, String defaultLanguageCode, com.aquima.interactions.foundation.IValueFormatter valueFormatter) RendererContext
(IApiRendererFactory factory, PageContent pageContent, String languageCode, String defaultLanguageCode, com.aquima.interactions.foundation.IValueFormatter valueFormatter, com.aquima.interactions.composer.IRuntimeKeyPrinter printer) -
Uses of PageContent in com.aquima.web.api.model.page.renderer
Methods in com.aquima.web.api.model.page.renderer with parameters of type PageContentModifier and TypeMethodDescriptionIRendererContext.newInstance
(PageContent content) Creates a new IRendererContext instance with the same underlying configuration as this instance, but which renders elements into the given PageContent. -
Uses of PageContent in com.aquima.web.api.rendering
Methods in com.aquima.web.api.rendering that return PageContentModifier and TypeMethodDescriptionITemplateContext.getCurrentPage()
This method returns the current page of the session. -
Uses of PageContent in com.aquima.web.ui.mvc
Methods in com.aquima.web.ui.mvc that return PageContentConstructors in com.aquima.web.ui.mvc with parameters of type PageContentModifierConstructorDescriptionTemplateContext
(String sessionId, String theme, String webResourceBasePath, String apiBasePath, PageContent currentPage, boolean developmentMode, int sessionTimeout)