Save This Page
Home » apache-log4j-1.2.15 » examples » app1 » [javadoc | source]
examples.app1
public class: AddressAction [javadoc | source]
java.lang.Object
   org.apache.struts.action.Action
      examples.app1.AddressAction

A simple action that handles the display and editing of an addres record. This action works with both JSP and Velocity templates. The type of template to be used is defined in the Struts configuration file.

The action support an action URL parameter. This URL parameter controls what this action class does. The following values are supported:

Method from examples.app1.AddressAction Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from examples.app1.AddressAction Detail:
 public ActionForward execute(ActionMapping mapping,
    ActionForm form,
    HttpServletRequest request,
    HttpServletResponse response) throws IOException, ServletException 
    Handle server requests.