Package com.znize.platform.model.context
Backing bean context, action and render context.
One BackingBeanContext instance per session if session is created. A BackingBeanContext instance tracks the authenticated user and current DataAccessUnit, and cache session-scope data.
Action and render context is created in request scope if necessary, for example, to render an entity list for email or excel.
- Since:
- 3.2
-
Class Summary Class Description ActionContext ActionContext: context under which action is being handled.BackingBeanContext One BackingBeanContext instance per user session.RenderContext RenderContext: context for rendering that is request scope.RequestContext Request context: one per request (thread local), and not serializable. -
Enum Summary Enum Description RenderContext.OutputFormat Render output format