Uses of Class
overit.geocall.servlet.WebParameters
Packages that use WebParameters
-
Uses of WebParameters in overit.geocall.ui
Fields in overit.geocall.ui declared as WebParametersMethods in overit.geocall.ui that return WebParametersMethods in overit.geocall.ui with parameters of type WebParametersModifier and TypeMethodDescriptionprotected UIMessageWindowManager.parseParams(WebParameters wp, Ref<String> destination, Ref<String> message, HashGetter params, HashGetter values, HashGetter daValues, HashGetter controlValues, Window w) WindowManager.postRequest(WebParameters wp, boolean changelevel) Given the parameters that arrive with the http request, builds the request message for the application and puts it on top of the stack.Constructors in overit.geocall.ui with parameters of type WebParametersModifierConstructorDescriptionWindowManager(Identity identity, overit.geocall.servlet.WebSession ws, WebParameters wp, String id, String color) Creates a window manager for the activeWebSessionand the selected view by the user without a master id.WindowManager(Identity identity, overit.geocall.servlet.WebSession ws, WebParameters wp, String id, String color, String masterId) Creates a window manager for the activeWebSessionand the selected view by the user. -
Uses of WebParameters in overit.geocall.ux.platform
Methods in overit.geocall.ux.platform with parameters of type WebParametersModifier and TypeMethodDescriptionorg.springframework.http.HttpStatusRouteService.processRoute(String requestedRoute, WindowManager wm, WebParameters wp, boolean isPost) Process theWindowManagerto navigate into the correct page related to the requested route.
If the requested route is already loaded (the window manager already has the window related to the route, loaded) this method do nothing on the Window Manager. -
Uses of WebParameters in overit.geocall.ux.util
Methods in overit.geocall.ux.util with parameters of type WebParametersModifier and TypeMethodDescriptionvoidLoginUtils.processRouteAndEnter(WebParameters wp, HttpServletResponse response, overit.geocall.servlet.WebSession ws, String wmid, Hyperlink h) Process the enter phase into the system.
The URL to which to redirect the user after login is calculated and if necessary the correct route to which to redirect the user is processed in the window manager.