public abstract class AbstractActionBean extends Object implements ActionBean
Modifier and Type | Field and Description |
---|---|
protected ElementsActionBeanContext |
context |
static String |
copyright |
Constructor and Description |
---|
AbstractActionBean() |
Modifier and Type | Method and Description |
---|---|
ElementsActionBeanContext |
getContext() |
void |
setContext(ActionBeanContext context) |
public static final String copyright
protected ElementsActionBeanContext context
public void setContext(ActionBeanContext context)
setContext
in interface ActionBean
public ElementsActionBeanContext getContext()
getContext
in interface ActionBean