Package | Description |
---|---|
er.extensions.appserver | |
er.extensions.components |
Modifier and Type | Class and Description |
---|---|
class |
ERXBasicBrowser
ERXBasicBrowser is a concrete subclass of ERXBrowser
that defines browser object. |
Modifier and Type | Field and Description |
---|---|
protected ERXBrowser |
ERXRequest._browser
holds a reference to the browser object
|
Modifier and Type | Method and Description |
---|---|
ERXBrowser |
ERXSession.browser()
Returns the browser object representing the web
browser's "user-agent" string.
|
ERXBrowser |
ERXRequest.browser()
Gets the ERXBrowser associated with the user-agent of
the request.
|
ERXBrowser |
ERXDirectAction.browser()
Returns the browser object representing the web
browser's "user-agent" string.
|
ERXBrowser |
ERXBrowserFactory.browserMatchingRequest(WORequest request)
Gets a shared browser object for given request.
|
ERXBrowser |
ERXBrowserFactory.browserMatchingUserAgent(String ua)
Returns a shared browser object for a given
user-agent
string by parsing the string and retrieving the appropriate browser
object, creating it if necessary. |
ERXBrowser |
ERXBrowserFactory.createBrowser(String browserName,
String version,
String mozillaVersion,
String platform,
NSDictionary userInfo)
Creates a new browser object for given parameters.
|
ERXBrowser |
ERXBrowserFactory.getBrowserInstance(String browserName,
String version,
String mozillaVersion,
String platform,
NSDictionary userInfo)
Gets a shared browser object from browser pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXBrowserFactory.releaseBrowser(ERXBrowser browser)
Decrements the retain count for a given
browser object.
|
void |
ERXBrowserFactory.retainBrowser(ERXBrowser browser)
Retains a given browser object.
|
Modifier and Type | Method and Description |
---|---|
ERXBrowser |
ERXComponent.browser()
Convenience method to get the browser.
|
Copyright © 2002 – 2024 Project Wonder.