|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.config.DbFormsConfigRegistry
public class DbFormsConfigRegistry
Registry for DbFormsConfig classes
Constructor Summary | |
---|---|
protected |
DbFormsConfigRegistry()
Protected constructor |
Method Summary | |
---|---|
static DbFormsConfigRegistry |
instance()
Get the instance of DatabaseEventFactory class. |
DbFormsConfig |
lookup()
Look up the default DbFormsConfig object stored into the registry. |
void |
register(DbFormsConfig config)
Register the input DbFormsConfig object into the registry as the default config object. |
void |
setServletContext(ServletContext servletContext)
Sets the servletContext attribute of the DbFormsConfigRegistry object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DbFormsConfigRegistry()
Method Detail |
---|
public static DbFormsConfigRegistry instance()
public void setServletContext(ServletContext servletContext)
servletContext
- The new servletConfig valuepublic DbFormsConfig lookup() throws Exception
Exception
- if the lookup operation failspublic void register(DbFormsConfig config)
config
- the DbFormsConfig object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |