Package | Description |
---|---|
ilog.cpl.model |
Provides classes and interfaces to create the application business model.
|
ilog.cpl.service |
Provides the interfaces and classes related to the context, some of
the services and some general base classes used by styles.
|
ilog.cpl.storage |
Contains classes related to data storage, including styles, datasources and deployment descriptor.
|
ilog.tgo.service |
Provides the classes related to the application context and services.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultClassManager.parse(String uri,
IlpTypeConverter typeConverter,
IlpURLAccessService urlAccessService)
Parses an XML document containing a model from a system identifier (URI).
|
void |
IlpDefaultClassManager.parse(String uri,
IlpTypeConverter typeConverter,
IlpURLAccessService urlAccessService,
boolean validate)
Parses an XML document containing a model from a system identifier (URI).
|
Modifier and Type | Class and Description |
---|---|
class |
IlpClassLoaderURLAccessService
This service is used for deploying applications and applets without
hardcoding pathnames or URLs.
|
class |
IlpDefaultURLAccessService
This service is used for deploying applications and applets without
hardcoding pathnames or URLs.
|
Modifier and Type | Method and Description |
---|---|
protected IlpURLAccessService |
IlpDefaultContext.createURLAccessService()
Creates a
IlpURLAccessService to be used
by this context. |
IlpURLAccessService |
IlpDefaultContext.getURLAccessService()
Returns the URL access service.
|
IlpURLAccessService |
IlpContext.getURLAccessService()
Returns the URL access service.
|
Constructor and Description |
---|
IlpClassManagerLoader(String uri,
IlpMutableClassManager classManager,
IlpTypeConverter typeConverter,
IlpURLAccessService urlAccessService)
Creates a class manager loader to load a model from an XML document.
|
IlpClassManagerLoader(String uri,
IlpMutableClassManager classManager,
IlpTypeConverter typeConverter,
IlpURLAccessService urlAccessService,
boolean validate)
Creates a class manager loader to load a model from an XML document.
|
IlpEntityResolver(IlpURLAccessService urlAccessService)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IltDefaultURLAccessService
Default implementation of
IlpURLAccessService
where the ilog.tgo packages are found in the CLASSPATH. |
Modifier and Type | Method and Description |
---|---|
protected IlpURLAccessService |
IltDefaultContext.createURLAccessService()
Creates a
IlpURLAccessService to be used
by this context. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.