public abstract class WebClientBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_CONTINUE |
static int |
EVENT_HANDLED |
static int |
EVENT_STOP_ALL |
Constructor and Description |
---|
WebClientBean() |
Modifier and Type | Method and Description |
---|---|
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
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)