|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.khubla.pragmatach.framework.controller.SessionScopedControllers
public class SessionScopedControllers
| Constructor Summary | |
|---|---|
SessionScopedControllers()
|
|
| Method Summary | |
|---|---|
static PragmatachController |
getController(javax.servlet.http.HttpSession httpSession,
Class<?> clazz)
get controller with clazz |
static Hashtable<Class<?>,PragmatachController> |
getMap(javax.servlet.http.HttpSession httpSession)
get the map |
static void |
populateSessionControllers(javax.servlet.http.HttpSession httpSession)
create instances of all session controllers and make sure they're in the map |
static void |
setController(javax.servlet.http.HttpSession httpSession,
PragmatachController pragmatachController)
set controller |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionScopedControllers()
| Method Detail |
|---|
public static PragmatachController getController(javax.servlet.http.HttpSession httpSession,
Class<?> clazz)
public static Hashtable<Class<?>,PragmatachController> getMap(javax.servlet.http.HttpSession httpSession)
public static void populateSessionControllers(javax.servlet.http.HttpSession httpSession)
throws PragmatachException
PragmatachException
public static void setController(javax.servlet.http.HttpSession httpSession,
PragmatachController pragmatachController)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||