public abstract class BaseBrowser extends Object implements Browser
Browser
. Stores the BrowseContext for later access during the browser
execution.Modifier | Constructor and Description |
---|---|
protected |
BaseBrowser(BaseConnection<? extends BrowseContext> connection)
Creates a new instance using the required base connection.
|
protected |
BaseBrowser(BrowseContext context)
Creates a new instance using the required operation context.
|
Modifier and Type | Method and Description |
---|---|
BaseConnection<? extends BrowseContext> |
getConnection()
Returns the base connection that was either provided or created when this instance was created.
|
BrowseContext |
getContext()
Returns the BrowseContext provided when the browser was constructed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectDefinitions, getObjectTypes
protected BaseBrowser(BrowseContext context)
BaseConnection
will be created.protected BaseBrowser(BaseConnection<? extends BrowseContext> connection)
public BaseConnection<? extends BrowseContext> getConnection()
public BrowseContext getContext()