org.apache.struts.webapp.exercise |
|
Java Source File Name | Type | Comment |
HtmlSettersAction.java | Class | Do-nothing action that accepts the changes made automatically in our form
bean, and then returns control to the input form (if "Save" was pressed)
or the main menu (if "Cancel" was pressed). |
ImageAction.java | Class | Read image from resource given as ActionMapping parameter
and copy to output stream. |
SuccessAction.java | Class | Dispatch control to the "success" forward. |
TestBean.java | Class | General purpose test bean for Struts custom tag tests. |