public abstract class ActionComponent extends Object implements Bean
| Constructor and Description |
|---|
ActionComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
getAction() |
Object |
getBean()
Returns an instance of the class this component represents.
|
abstract Object |
getInstance(String key,
Action action) |
protected String |
getKey() |
void |
removeAll() |
void |
setAction(Action a) |
void |
setKey(String k) |
public void setAction(Action a)
public void setKey(String k)
public void removeAll()
protected Action getAction()
protected String getKey()
public Object getBean() throws InstantiationException
BeangetBean in interface BeanInstantiationException - if for any reason the instance cannot be created.Copyright © 2015. All Rights Reserved.