|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void initialize(CmsDriverManager driverManager)
driverManager
- the initialized OpenCms driver managerpublic CmsDbContext getDbContext(CmsRequestContext context)
context
- the user request context to initialize the database context with
public CmsDbContext getDbContext()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |