| java.lang.Object org.ofbiz.webtools.GenericWebEvent
GenericWebEvent | public class GenericWebEvent (Code) | | Web Event for doing updates on Generic Entities
author: David E. Jones version: $Revision: 1.3 $ since: 2.0 |
Method Summary | |
public static String | updateGeneric(HttpServletRequest request, HttpServletResponse response) An HTTP WebEvent handler that updates a Generic entity
Parameters: request - The HTTP request object for the current JSP or Servlet request. Parameters: response - The HTTP response object for the current JSP or Servlet request. |
updateGeneric | public static String updateGeneric(HttpServletRequest request, HttpServletResponse response)(Code) | | An HTTP WebEvent handler that updates a Generic entity
Parameters: request - The HTTP request object for the current JSP or Servlet request. Parameters: response - The HTTP response object for the current JSP or Servlet request. Returns a String specifying the outcome state of the event. This is used to decide which event to run next or which view to display. If null no event is run nor view displayed, allowing the event to call a forward on a RequestDispatcher. exception: javax.servlet.ServletException - Standard J2EE Servlet Exception exception: java.rmi.RemoteException - Standard RMI Remote Exception exception: java.io.IOException - Standard IO Exception |
|
|