ariba.util.http.multitab
Class MultiTabUtil

java.lang.Object
  extended by ariba.util.http.multitab.MultiTabUtil

public class MultiTabUtil
extends java.lang.Object

Since now we are sharing the same behavior across two different applications we need to extract common static method calls into this class


Constructor Summary
MultiTabUtil()
           
 
Method Summary
static java.lang.String buildFullURL(javax.servlet.http.HttpServletRequest servletRequest)
          Efficiently concatenates the query parameters onto the request URL.
static MultiTabHandler iniHandler(RequestProcessor requestProcessor, javax.servlet.http.HttpServletRequest request)
           
static void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Prepares the RequestInfo object and submits this for processing
static void releaseHandler()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTabUtil

public MultiTabUtil()
Method Detail

iniHandler

public static MultiTabHandler iniHandler(RequestProcessor requestProcessor,
                                         javax.servlet.http.HttpServletRequest request)
                                  throws java.io.IOException
Throws:
java.io.IOException
See Also:
MultiTabSupport.initHandler(RequestProcessor, HttpServletRequest)

releaseHandler

public static void releaseHandler()
See Also:
MultiTabSupport.Instance.releaseHandler()

buildFullURL

public static java.lang.String buildFullURL(javax.servlet.http.HttpServletRequest servletRequest)
Efficiently concatenates the query parameters onto the request URL.

Parameters:
servletRequest - The http servlet request.
Returns:
The concatenated string (or the request URL, when no parameters).

processRequest

public static void processRequest(javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)
                           throws java.io.IOException,
                                  javax.servlet.ServletException
Prepares the RequestInfo object and submits this for processing

Parameters:
request -
response -
Throws:
java.io.IOException
javax.servlet.ServletException


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.