|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.manage.DatabaseURIResolverFactory
public class DatabaseURIResolverFactory
This class is a factory for DatabaseURIResolvers. It is required to provide some information about the initial parameters for the creation of the DatabaseURIResolver (the Hibernate Session) and then the factory can operate.
| Constructor Summary | |
|---|---|
DatabaseURIResolverFactory(org.hibernate.Session session)
This constructor requires a Database Session (Hibernate Session) and then the factory instance can be set to the DTSContainer.DTS_RESOLVER parameter |
|
| Method Summary | |
|---|---|
void |
createAndRegisterDTSUriResolver(DTSContainer dts)
Implementors of this class should create the URIResolver instance and call the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in as a parameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseURIResolverFactory(org.hibernate.Session session)
session - | Method Detail |
|---|
public void createAndRegisterDTSUriResolver(DTSContainer dts)
HasCreateDTSUriResolver
createAndRegisterDTSUriResolver in interface HasCreateDTSUriResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||