org.dbforms.config
Class Interceptor

java.lang.Object
  extended by org.dbforms.config.Interceptor
All Implemented Interfaces:
Serializable

public class Interceptor
extends Object
implements Serializable

This class holds XML config data defining interceptors for tables. compare org.dbforms.event.DbEventInterceptor

Author:
Joachim Peer
See Also:
Serialized Form

Constructor Summary
Interceptor()
          Creates a new Interceptor object.
 
Method Summary
 void addParam(String name, String value)
          DOCUMENT ME!
 String getClassName()
          returns the name of the interceptor class
 Map getParameterMap()
          DOCUMENT ME!
 void setClassName(String className)
          sets the name of the interceptor class to be invoked during runtime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptor

public Interceptor()
Creates a new Interceptor object.

Method Detail

setClassName

public void setClassName(String className)
sets the name of the interceptor class to be invoked during runtime

Parameters:
className - - name of the Interceptor class

getClassName

public String getClassName()
returns the name of the interceptor class

Returns:
the name of the interceptor class

getParameterMap

public Map getParameterMap()
DOCUMENT ME!

Returns:
DOCUMENT ME!

addParam

public void addParam(String name,
                     String value)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
value - DOCUMENT ME!


Copyright © 2002-2006 DbForms. All Rights Reserved.