|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface I_CmsDbContextFactory
This interface defines a factory to create runtime info objects.
| Method Summary | |
|---|---|
CmsDbContext |
getDbContext()
Returns a new database context. |
CmsDbContext |
getDbContext(CmsRequestContext context)
Returns a new database context based on the given user request context. |
void |
initialize(CmsDriverManager driverManager)
Initializes the runtime info factory with the OpenCms driver manager. |
| Method Detail |
|---|
void initialize(CmsDriverManager driverManager)
driverManager - the initialized OpenCms driver managerCmsDbContext getDbContext(CmsRequestContext context)
context - the user request context to initialize the database context with
CmsDbContext getDbContext()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||