org.dbforms.event
Class EventHelper
java.lang.Object
org.dbforms.event.EventHelper
public class EventHelper
- extends Object
EventUtil class.
- Author:
- Luca Fossato
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHelper
public EventHelper()
getDestinationTableName
public static final String getDestinationTableName(HttpServletRequest request,
String action)
- Gets the name of the destination table.
- Parameters:
request
- the request objectaction
- the action string
- Returns:
- the destination table string
getTableId
public static final int getTableId(String action)
- Gets the table id value.
- Parameters:
action
- the action string
- Returns:
- the table id value
Copyright © 2002-2006 DbForms. All Rights Reserved.