|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.config.Interceptor
public class Interceptor
This class holds XML config data defining interceptors for tables. compare org.dbforms.event.DbEventInterceptor
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 |
---|
public Interceptor()
Method Detail |
---|
public void setClassName(String className)
className
- - name of the Interceptor classpublic String getClassName()
public Map getParameterMap()
public void addParam(String name, String value)
name
- DOCUMENT ME!value
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |