Uses of Interface
nl.gx.webmanager.services.framework.spi.Framework
-
Packages that use Framework Package Description nl.gx.webmanager.services.framework.spi nl.gx.webmanager.springmvc.view -
-
Uses of Framework in nl.gx.webmanager.services.framework.spi
Classes in nl.gx.webmanager.services.framework.spi that implement Framework Modifier and Type Class Description class
FrameworkBase
Abstract implementation of the FrameWork interface.class
SpringFrameworkBase
This class provides the base implementation of the Framework in a Spring webapplication context.Methods in nl.gx.webmanager.services.framework.spi that return Framework Modifier and Type Method Description Framework
FrameworkFactory. getFramework()
Gets the framework.Methods in nl.gx.webmanager.services.framework.spi with parameters of type Framework Modifier and Type Method Description void
FrameworkFactory. setFramework(Framework framework)
Sets the framework. -
Uses of Framework in nl.gx.webmanager.springmvc.view
Methods in nl.gx.webmanager.springmvc.view that return Framework Modifier and Type Method Description protected Framework
WmViewResolver. getServiceFramework()
Get the service framework (injected by Spring).Methods in nl.gx.webmanager.springmvc.view with parameters of type Framework Modifier and Type Method Description void
WmViewResolver. setServiceFramework(Framework serviceFramework)
Set the service framework (injected by Spring).
-