public class AjaxSwingManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
beginOperation()
Marks the beginning of a complete sequence of steps letting AjaxSwing know
that rendering of HTML page should be deferred until the application calls
endOperation().
|
static boolean |
changeSessionId()
Changes JSESSIONID for the current session.
|
static void |
endOperation()
Marks the end of a complete sequence of steps prompting AjaxSwing to begin
rendering of the currently topmost window.
|
static void |
endOperation(boolean endAfterNextModalDialog)
Marks after next modal dialog the end of a complete sequence of steps prompting AjaxSwing to begin
rendering of the currently topmost window.
|
static AjaxSwingSessionListener |
getAjaxSwingSessionListener()
Returns client session listener
|
static int |
getClientId()
Allows the running application to determine the ID of the client that is using
the application.
|
static java.util.HashMap |
getRequestParameters()
Returns name-value pairs of parameters received with the HTTP request.
|
static boolean |
isAjaxSwingRunning()
Returns true if AjaxSwing classes are in the classpath
|
static void |
openInNewTab(java.lang.String url)
Opens URL in new tab
|
static void |
setAjaxSwingSessionListener(AjaxSwingSessionListener sessionListener)
Sets client session listener that is called by AjaxSwing when a client
session is created or destroyed
|
public static void beginOperation()
public static void endOperation()
public static void endOperation(boolean endAfterNextModalDialog)
public static void openInNewTab(java.lang.String url)
public static int getClientId()
public static boolean isAjaxSwingRunning()
public static java.util.HashMap getRequestParameters()
public static void setAjaxSwingSessionListener(AjaxSwingSessionListener sessionListener)
public static AjaxSwingSessionListener getAjaxSwingSessionListener()
public static boolean changeSessionId()
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.