Uses of Interface
nl.gx.webmanager.cms.core.PresentationContext
-
Packages that use PresentationContext 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.nl.gx.webmanager.springmvc.controller -
-
Uses of PresentationContext in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core with parameters of type PresentationContext Modifier and Type Method Description void
InternalLink. setPresentationContext(PresentationContext context)
Set PresentationContext. -
Uses of PresentationContext in nl.gx.webmanager.foundation
Classes in nl.gx.webmanager.foundation that implement PresentationContext Modifier and Type Class Description class
PresentationContextImpl
Implementation of PresentationContext.Methods in nl.gx.webmanager.foundation that return PresentationContext Modifier and Type Method Description PresentationContext
SessionContext. getPresentationContext()
Returns thePresentationContext
within the current context. -
Uses of PresentationContext in nl.gx.webmanager.springmvc.controller
Methods in nl.gx.webmanager.springmvc.controller that return PresentationContext Modifier and Type Method Description PresentationContext
BaseWebmanagerController. getPresentationContext()
-