|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.webtools.GenericWebEvent
public class GenericWebEvent
Web Event for doing updates on Generic Entities
| Field Summary | |
|---|---|
static java.lang.String |
err_resource
|
static java.lang.String |
module
|
| Constructor Summary | |
|---|---|
GenericWebEvent()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
updateGeneric(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler that updates a Generic entity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String module
public static final java.lang.String err_resource
| Constructor Detail |
|---|
public GenericWebEvent()
| Method Detail |
|---|
public static java.lang.String updateGeneric(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||