public abstract class WebClientBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected WebClientSession |
clientSession |
protected ControlInstance |
creator |
static int |
EVENT_CONTINUE |
static int |
EVENT_HANDLED |
static int |
EVENT_STOP_ALL |
protected java.lang.String |
id |
protected SessionContext |
sessionContext
Deprecated.
FIREFOX - use clientSession instead
|
Constructor and Description |
---|
WebClientBean() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
ControlInstance |
getCreator()
Returns a refrence to the ControlHandler that created the bean
|
java.lang.String |
getId()
Returns the id of the bean.
|
void |
setCreator(ControlInstance handler)
The set ControlHandler that created the bean
|
void |
setId(java.lang.String string)
Sets the id of the bean.
|
abstract void |
setupBean(SessionContext sessionContext)
Deprecated.
FIREFOX
|
abstract void |
setupBean(WebClientSession wcs)
abstract method, to be implemented in subclasses to get desired functionality.
|
public static final int EVENT_STOP_ALL
public static final int EVENT_HANDLED
public static final int EVENT_CONTINUE
protected java.lang.String id
protected ControlInstance creator
protected WebClientSession clientSession
protected SessionContext sessionContext
TODO: Replace with clientSession: there are new methods with the same name and similar signature that will need replacement too
public abstract void setupBean(WebClientSession wcs)
public abstract void setupBean(SessionContext sessionContext)
public void setId(java.lang.String string)
public java.lang.String getId()
public ControlInstance getCreator()
public void setCreator(ControlInstance handler)
protected void cleanup()