|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.service.IlpDefaultContext
ilog.tgo.service.IltDefaultContext
public class IltDefaultContext
ILOG JViews TGO default context.
If you intend to create a new kind of default context and you are
using ILOG JViews TGO predefined business classes, you should subclass
IltDefaultContext instead of IlpDefaultContext.
It will automatically add the ILOG JViews TGO predefined business classes
into the class manager.
| Constructor Summary | |
|---|---|
IltDefaultContext()
Default constructor. |
|
IltDefaultContext(Locale locale)
Constructor. |
|
| Method Summary | |
|---|---|
protected IlpBlinkingManager |
createBlinkingManager()
Creates a IlpBlinkingManager to be used by
this context. |
protected IlpClassManager |
createClassManager()
Creates a IlpClassManager to be used
by this context. |
protected IlpImageRepository |
createImageRepository()
Creates a IlpImageRepository to be used
by this context. |
protected IlpURLAccessService |
createURLAccessService()
Creates a IlpURLAccessService to be used
by this context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltDefaultContext()
Creates a context with the default locale.
IltDefaultContext(Locale)public IltDefaultContext(Locale locale)
This class initializes the following services which replace the services from
IlpDefaultContext:
IlpClassManager interface):
The default is an instance of
IltDefaultClassManager.
IlpBlinkingManager interface):
The default is an instance of IltDefaultBlinkingManager.
IlpURLAccessService interface):
The default is an instance of IltDefaultURLAccessService.
IlpImageRepository interface):
The default is an instance of IltDefaultImageRepository.
locale - The locale to be used within this context.
If this parameter is null,
the default locale will be used (see Locale.getDefault()).IlpDefaultContext| Method Detail |
|---|
protected IlpURLAccessService createURLAccessService()
IlpURLAccessService to be used
by this context.
This method is called only by the constructor.
createURLAccessService in class IlpDefaultContextIltDefaultURLAccessServiceprotected IlpBlinkingManager createBlinkingManager()
IlpBlinkingManager to be used by
this context.
createBlinkingManager in class IlpDefaultContextIltDefaultBlinkingManagerprotected IlpClassManager createClassManager()
IlpClassManager to be used
by this context.
This method is called only by the constructor.
createClassManager in class IlpDefaultContextIltDefaultClassManagerprotected IlpImageRepository createImageRepository()
IlpImageRepository to be used
by this context.
This method is called only by the constructor.
createImageRepository in class IlpDefaultContextIltDefaultImageRepository
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||