Uses of Interface
nl.gx.webmanager.cms.layout.PagePart
-
Packages that use PagePart Package Description nl.gx.webmanager.cms.core This package contains interfaces for the webmanager api.nl.gx.webmanager.foundation Various utility and base classes that are used to implement the webmanager api. -
-
Uses of PagePart in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core that return PagePart Modifier and Type Method Description PagePart
PresentationContext. getPagePart()
Return PagePart of this PresentationContext.PagePart
Website. getPagePart(String name)
Get pagepart by name.PagePart[]
Website. getPageParts()
Returns pageParts associated with this website. -
Uses of PagePart in nl.gx.webmanager.foundation
Methods in nl.gx.webmanager.foundation that return PagePart Modifier and Type Method Description PagePart
PresentationContextImpl. getPagePart()
-