ariba.util.http.multitab
Class MultiTabHandler.RequestInfo
java.lang.Object
ariba.util.http.multitab.MultiTabHandler.RequestInfo
- Enclosing interface:
- MultiTabHandler
public static class MultiTabHandler.RequestInfo
- extends java.lang.Object
A wrapper object that contains the data needed to process multitab request
Constructor Summary |
MultiTabHandler.RequestInfo(java.lang.String fullUrl,
java.lang.Object request,
java.lang.Object response)
Information needed to process MultiTab and then continue with
normal dispatching for the underlying technology. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiTabHandler.RequestInfo
public MultiTabHandler.RequestInfo(java.lang.String fullUrl,
java.lang.Object request,
java.lang.Object response)
- Information needed to process MultiTab and then continue with
normal dispatching for the underlying technology.
- Parameters:
fullUrl
- The full path, including query parameters. Will be
used to assert that we aren't redirecting to the same
URL (and therefore infinite loop) in the locked case.request
- A generic request object.response
- A generic response object.
getFullUrl
public java.lang.String getFullUrl()
getRedirectUrl
public java.lang.String getRedirectUrl()
setRedirectUrl
public void setRedirectUrl(java.lang.String redirectUrl)
- Set the redirection url. Should be called before calling the
handleLocked function.
- Parameters:
redirectUrl
- The URL to redirect to.
getRequest
public java.lang.Object getRequest()
getResponse
public java.lang.Object getResponse()
getParams
public java.util.Map getParams()
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.