ilog.tgo.service
Class IltDefaultContext

java.lang.Object
  extended by ilog.cpl.service.IlpDefaultContext
      extended by ilog.tgo.service.IltDefaultContext
All Implemented Interfaces:
IlpContext
Direct Known Subclasses:
IltDefaultContext

public class IltDefaultContext
extends IlpDefaultContext

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.

Since:
JTGO 4.0

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 ilog.cpl.service.IlpDefaultContext
addService, createClassLoaderService, createDataSourceManager, createInteractorManager, createMonitoringService, createSynchronizationStrategy, createTypeConverter, getBlinkingManager, getClassLoaderService, getClassManager, getDataSourceManager, getDocumentBase, getImageRepository, getInteractorManager, getLocale, getMonitoringService, getProperties, getProperty, getService, getServices, getStyleManager, getSynchronizationStrategy, getTypeConverter, getURLAccessService, removeService, setDeploymentFile, setDocumentBase, setLocale, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IltDefaultContext

public IltDefaultContext()
Default constructor.

Creates a context with the default locale.

See Also:
IltDefaultContext(Locale)

IltDefaultContext

public IltDefaultContext(Locale locale)
Constructor.

This class initializes the following services which replace the services from IlpDefaultContext:

Parameters:
locale - The locale to be used within this context. If this parameter is null, the default locale will be used (see Locale.getDefault()).
See Also:
IlpDefaultContext
Method Detail

createURLAccessService

protected IlpURLAccessService createURLAccessService()
Creates a IlpURLAccessService to be used by this context.

This method is called only by the constructor.

Overrides:
createURLAccessService in class IlpDefaultContext
Returns:
An instance of IltDefaultURLAccessService
Since:
JViews 7.5

createBlinkingManager

protected IlpBlinkingManager createBlinkingManager()
Creates a IlpBlinkingManager to be used by this context.

Overrides:
createBlinkingManager in class IlpDefaultContext
Returns:
An instance of IltDefaultBlinkingManager
Since:
JViews 7.5

createClassManager

protected IlpClassManager createClassManager()
Creates a IlpClassManager to be used by this context.

This method is called only by the constructor.

Overrides:
createClassManager in class IlpDefaultContext
Returns:
An instance of IltDefaultClassManager
Since:
JViews 7.5

createImageRepository

protected IlpImageRepository createImageRepository()
Creates a IlpImageRepository to be used by this context.

This method is called only by the constructor.

Overrides:
createImageRepository in class IlpDefaultContext
Returns:
An instance of IltDefaultImageRepository
Since:
JViews 7.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.