4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.web.SessionManager Class Reference

Class for manipulating with session. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.web.SessionManager:
Collaboration graph

Public Member Functions

 SessionManager ()
 

Static Public Member Functions

static WebSession getSession ()
 
static Object getBeanByName (String name)
 

Detailed Description

Class for manipulating with session.

Class for manipulating with session

Author
idytrych

Definition at line 27 of file SessionManager.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.web.SessionManager.SessionManager ( )

Constructor

Definition at line 32 of file SessionManager.java.

Member Function Documentation

static Object cz.vutbr.fit.knot.annotations.web.SessionManager.getBeanByName ( String  name)
static

Gets instance of other session scoped bean

Parameters
nameName of bean
Returns
Instance of session scoped bean

Definition at line 57 of file SessionManager.java.

Here is the caller graph for this function:

static WebSession cz.vutbr.fit.knot.annotations.web.SessionManager.getSession ( )
static

Gets instance of object for handling custom session variables

Returns
Returns instance of object for handling custom session variables

Definition at line 40 of file SessionManager.java.

Here is the caller graph for this function:


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