|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.jato.ModelTypeMapBase
A base implementation of ModelTypeMap
Model
Constructor Summary | |
ModelTypeMapBase()
Default constructor |
Method Summary | |
protected static void |
addModelInterfaceMapping(java.lang.Class modelInterface,
java.lang.Class modelImplementation)
Adds a mapping of model interface to model implementation |
java.lang.Class |
getModelImplClass(java.lang.Class modelInterface)
Return the model implementation class that corresponds to the provided model interface or implementation class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModelTypeMapBase()
Method Detail |
public java.lang.Class getModelImplClass(java.lang.Class modelInterface)
modelInterface
- The target Model
interface or implementation classprotected static void addModelInterfaceMapping(java.lang.Class modelInterface, java.lang.Class modelImplementation)
modelInterface
- The interface class for the corresponding implementationmodelImplementation
- The implementation class for the corresponding interface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |