BrightSide Workbench Full Report + Source Code
org.turro.dashboard.DashboardContext Class Reference
Inheritance diagram for org.turro.dashboard.DashboardContext:
Collaboration diagram for org.turro.dashboard.DashboardContext:

Static Public Member Functions

static DashboardContext getInstance (IConstructor constructor)
 

Additional Inherited Members

- Public Member Functions inherited from org.turro.elephant.context.AbstractSessionContext
Attributes getAttributes ()
 
IConstructor getConstructor ()
 
- Protected Member Functions inherited from org.turro.elephant.context.AbstractSessionContext
void setConstructor (IConstructor constructor)
 
 AbstractSessionContext ()
 
- Static Protected Member Functions inherited from org.turro.elephant.context.AbstractSessionContext
static< T extends AbstractSessionContext > T getInstance (IConstructor constructor, String type, Supplier< T > onCreate)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file DashboardContext.java.

Member Function Documentation

◆ getInstance()

static DashboardContext org.turro.dashboard.DashboardContext.getInstance ( IConstructor  constructor)
static

Definition at line 32 of file DashboardContext.java.

32  {
33  return AbstractSessionContext.getInstance(constructor, "-dashboard", () -> new DashboardContext());
34  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: