Uses of Interface
org.shredzone.commons.view.ViewContext
-
Packages that use ViewContext Package Description org.shredzone.commons.view org.shredzone.commons.view.impl org.shredzone.commons.view.manager -
-
Uses of ViewContext in org.shredzone.commons.view
Methods in org.shredzone.commons.view that return ViewContext Modifier and Type Method Description ViewContextViewService. getViewContext()Gets theViewContextof the current request.Methods in org.shredzone.commons.view with parameters of type ViewContext Modifier and Type Method Description voidEmptyViewInterceptor. onViewHandlerInvocation(ViewContext context, Object bean, Method method)voidViewInterceptor. onViewHandlerInvocation(ViewContext context, Object bean, Method method)Called when a ViewHandler is about to be invoked. -
Uses of ViewContext in org.shredzone.commons.view.impl
Classes in org.shredzone.commons.view.impl that implement ViewContext Modifier and Type Class Description classViewContextImplDefault implementation ofViewContext.Methods in org.shredzone.commons.view.impl that return ViewContext Modifier and Type Method Description ViewContextViewServiceImpl. getViewContext() -
Uses of ViewContext in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager with parameters of type ViewContext Modifier and Type Method Description StringViewInvoker. invoke(ViewContext context)Invokes the view handler.
-