Uses of Class
org.exoplatform.portal.mop.page.PageContext
Packages that use PageContext
-
Uses of PageContext in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return PageContextModifier and TypeMethodDescriptionLayoutService.getPageContext(PageKey pageKey) retrievesPageContextswitch its keyMethods in org.exoplatform.portal.mop.service that return types with arguments of type PageContextModifier and TypeMethodDescriptionLayoutService.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Search for pages using some criteria and pagination optionsRetrieves the list of pages in a give siteMethods in org.exoplatform.portal.mop.service with parameters of type PageContextModifier and TypeMethodDescriptionvoidLayoutService.save(PageContext pageContext) Saves aPageContextwith itsPageStatevoidLayoutService.save(PageContext pageContext, Page page) -
Uses of PageContext in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return PageContextModifier and TypeMethodDescriptionClone a page.Find and returns a page, if no such page exist, null is returned.Methods in org.exoplatform.portal.mop.storage that return types with arguments of type PageContextModifier and TypeMethodDescriptionPageStorage.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Query the page service to find pages that match thesiteType,siteName,pageNameandtitlecriterions.Methods in org.exoplatform.portal.mop.storage with parameters of type PageContextModifier and TypeMethodDescriptionbooleanPageStorage.savePage(PageContext page) Create, update a page.