public class WebReplayHandler
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | FeatureEnabled | 
| Constructor and Description | 
|---|
| WebReplayHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | addLinkToBanner(javax.servlet.http.HttpServletRequest request)This method will optionally add the Web Replay link to the MBS banner. | 
| static void | handleLaunchProcessing(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)This method enables Web Replay to perform URL launch processing. | 
| static boolean | handleStartupProcessing(WebClientSession wcs,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)This method enables Web Replay to perform any startup processing. | 
| static void | hideWebReplay(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response) | 
| static boolean | isEnabled()This method simply returns whether or not Web Replay is enabled in the system, and that the user
 is authorized to it. | 
| static boolean | showWebReplay(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response) | 
public static boolean isEnabled()
public static boolean handleStartupProcessing(WebClientSession wcs, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
request - javax.servlet.ServletExceptionjava.io.IOExceptionpublic static void handleLaunchProcessing(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
request - public static void addLinkToBanner(javax.servlet.http.HttpServletRequest request)
request - public static boolean showWebReplay(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
public static void hideWebReplay(javax.servlet.http.HttpServletRequest request,
                 javax.servlet.http.HttpServletResponse response)