Class BrowserBean
java.lang.Object
com.webmethods.portal.framework.session.BrowserBean
- All Implemented Interfaces:
IBrowserBean
,Serializable
Deprecated.
Provided for backward compatibility
- See Also:
-
Field Summary
Fields inherited from interface com.webmethods.portal.framework.session.IBrowserBean
id, SPECIFIC_OS, SPECIFIC_TYPE, TYPE_IE, TYPE_IE4, TYPE_IE4MAC, TYPE_IE4UNIX, TYPE_IE4WIN, TYPE_IE5, TYPE_IE55, TYPE_IE55MAC, TYPE_IE55UNIX, TYPE_IE55WIN, TYPE_IE5MAC, TYPE_IE5UNIX, TYPE_IE5WIN, TYPE_IE6, TYPE_IE6MAC, TYPE_IE6UNIX, TYPE_IE6WIN, TYPE_IE7, TYPE_IE7MAC, TYPE_IE7UNIX, TYPE_IE7WIN, TYPE_MAC, TYPE_NS, TYPE_NS4, TYPE_NS4MAC, TYPE_NS4UNIX, TYPE_NS4WIN, TYPE_NS6, TYPE_NS6MAC, TYPE_NS6UNIX, TYPE_NS6WIN, TYPE_OTHER, TYPE_UNIX, TYPE_WIN
-
Method Summary
Modifier and TypeMethodDescriptionstatic IBrowserBean
getBean
(HttpServletRequest request) Deprecated.Deprecated.Gets the generic OS of the browser.Deprecated.Returns persisted session state in string form.getType()
Deprecated.Gets the specific type of the browser.boolean
Deprecated.Returns true if the browser's type is the specified type, or if the browser's type is a more specific type of the specifed type.void
setClientOS
(String clientOs) Deprecated.Sets the specific OS of the browser.void
Deprecated.Sets the specific type of the browser.void
setUserAgent
(String agent) Deprecated.Set the agent, which in turn sets the browser's type.
-
Method Details
-
getBean
Deprecated.This helper function returns BrowserBean bean instance for specified request's session If bean was not found it will be created on the base of the request header information. So this function will not return NULL -
setUserAgent
Deprecated.Description copied from interface:IBrowserBean
Set the agent, which in turn sets the browser's type.- Specified by:
setUserAgent
in interfaceIBrowserBean
-
isType
Deprecated.Description copied from interface:IBrowserBean
Returns true if the browser's type is the specified type, or if the browser's type is a more specific type of the specifed type. For example, this method will return true if the browser's type is type_ie5win, but the specified type is just type_ie.- Specified by:
isType
in interfaceIBrowserBean
-
getType
Deprecated.Description copied from interface:IBrowserBean
Gets the specific type of the browser. UseIBrowserBean.isType(java.lang.String)
to test to see if the browser is part of a more generic type than the specific type.- Specified by:
getType
in interfaceIBrowserBean
-
setType
Deprecated.Description copied from interface:IBrowserBean
Sets the specific type of the browser.- Specified by:
setType
in interfaceIBrowserBean
-
getClientOS
Deprecated.Description copied from interface:IBrowserBean
Gets the generic OS of the browser.- Specified by:
getClientOS
in interfaceIBrowserBean
-
setClientOS
Deprecated.Description copied from interface:IBrowserBean
Sets the specific OS of the browser.- Specified by:
setClientOS
in interfaceIBrowserBean
-
getSessionState
Deprecated.Description copied from interface:IBrowserBean
Returns persisted session state in string form.- Specified by:
getSessionState
in interfaceIBrowserBean
-
IPresentationManager.getBrowserBean(HttpServletRequest)
instead