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 ViewContext
ViewService. getViewContext()
Gets theViewContext
of the current request.Methods in org.shredzone.commons.view with parameters of type ViewContext Modifier and Type Method Description void
EmptyViewInterceptor. onViewHandlerInvocation(ViewContext context, Object bean, Method method)
void
ViewInterceptor. 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 class
ViewContextImpl
Default implementation ofViewContext
.Methods in org.shredzone.commons.view.impl that return ViewContext Modifier and Type Method Description ViewContext
ViewServiceImpl. 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 String
ViewInvoker. invoke(ViewContext context)
Invokes the view handler.
-