org.apache.cocoon.acting.modular
Class DatabaseAction.LookUpKey

java.lang.Object
  |
  +--org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
Enclosing class:
DatabaseAction

protected class DatabaseAction.LookUpKey
extends java.lang.Object

Structure that takes up both current mode types for database operations and table configuration data. Used to access parsed configuration data.


Field Summary
 java.util.Map modeTypes
           
 org.apache.avalon.framework.configuration.Configuration tableConf
           
 
Constructor Summary
DatabaseAction.LookUpKey(org.apache.avalon.framework.configuration.Configuration tableConf, java.util.Map modeTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableConf

public org.apache.avalon.framework.configuration.Configuration tableConf

modeTypes

public java.util.Map modeTypes
Constructor Detail

DatabaseAction.LookUpKey

public DatabaseAction.LookUpKey(org.apache.avalon.framework.configuration.Configuration tableConf,
                                java.util.Map modeTypes)


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.