|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationUserState | |
---|---|
com.hack23.cia.web.controller.common | Common controller, contains action handler definition and abstract base classes. |
com.hack23.cia.web.views.common | Common view objects. |
com.hack23.cia.web.views.navigationview.application | Main application CitizenIntelligenceAgency, NavigationTree and menu factory. |
Uses of ApplicationUserState in com.hack23.cia.web.controller.common |
---|
Methods in com.hack23.cia.web.controller.common with parameters of type ApplicationUserState | |
---|---|
protected void |
AbstractGenericHandler.processModelAndView(ModelAndView modelAndView,
ApplicationUserState userState)
Process model and view. |
Uses of ApplicationUserState in com.hack23.cia.web.views.common |
---|
Methods in com.hack23.cia.web.views.common that return ApplicationUserState | |
---|---|
static ApplicationUserState |
ApplicationUserStateHolder.getUserState()
Gets the user state. |
Methods in com.hack23.cia.web.views.common with parameters of type ApplicationUserState | |
---|---|
static void |
ApplicationUserStateHolder.addCurrentApplicationUserState(ApplicationUserState applicationUserState)
Adds the current application user state. |
Uses of ApplicationUserState in com.hack23.cia.web.views.navigationview.application |
---|
Classes in com.hack23.cia.web.views.navigationview.application that implement ApplicationUserState | |
---|---|
class |
CitizenIntelligenceAgency
The Class CitizenIntelligenceAgency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |