org.dbforms.event
Class EventHelper

java.lang.Object
  extended by org.dbforms.event.EventHelper

public class EventHelper
extends Object

EventUtil class.

Author:
Luca Fossato

Constructor Summary
EventHelper()
           
 
Method Summary
static String getDestinationTableName(HttpServletRequest request, String action)
          Gets the name of the destination table.
static int getTableId(String action)
          Gets the table id value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHelper

public EventHelper()
Method Detail

getDestinationTableName

public static final String getDestinationTableName(HttpServletRequest request,
                                                   String action)
Gets the name of the destination table.

Parameters:
request - the request object
action - 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.