|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Action.java This interface defines a application specific action. Company MoreData
| Method Summary | |
void |
addActionListener(ActionListener listener)
Adds a new ActionListener to this action. |
void |
addActionListener(ActionListener listener,
java.lang.String uri)
Adds a new ActionListener to this action for the specified page only. |
void |
fireEvent(ActionEvent event)
Fires a event in this Action. |
ActionRouter |
perform(java.util.Map param)
This is the method that's passes refereces to the action servlet and the HTTP request and response. |
| Method Detail |
public ActionRouter perform(java.util.Map param)
throws ActionException
ActionExceptionpublic void addActionListener(ActionListener listener)
public void addActionListener(ActionListener listener,
java.lang.String uri)
public void fireEvent(ActionEvent event)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||