Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.scopemvc.controller.basic.ViewContext

Uses of ViewContext in org.scopemvc.controller.basic
 

Fields in org.scopemvc.controller.basic declared as ViewContext
private static ViewContext ViewContext.globalContext
           
 

Methods in org.scopemvc.controller.basic that return ViewContext
static ViewContext ViewContext.getViewContext()
          Return the current ViewContext.
 

Methods in org.scopemvc.controller.basic with parameters of type ViewContext
static void ViewContext.setGlobalContext(ViewContext inContext)
          Set the global ViewContext, clearing any per-thread contexts.
static void ViewContext.setThreadContext(ViewContext inContext)
          Set a ViewContext for the current thread and clear any global ViewContext that may exist.