Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.plugin |
Provides interfaces and classes for adding plug-ins to an application.
|
ilog.views.appframe.util |
Provides common services for initializing an application and utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApplication.addURLResolver(IlvURLResolver resolver)
Adds the specified URL resolver to the application.
|
boolean |
IlvApplication.removeURLResolver(IlvURLResolver resolver)
Removes the specified URL resolver from the list of resolvers
managed by the application.
|
Modifier and Type | Method and Description |
---|---|
IlvURLResolver |
IlvPlugin.getURLResolver()
Returns the URL resolver that resolves URLs for resources
defined in this plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCurrentDirectoryURLResolver
Defines an URL resolver that looks on the file system, in a location
relative to the current directory of the process
(
System.getProperty("user.dir") . |
class |
IlvDocumentBaseResolver
Defines URL resolvers based on document base URLs.
|
class |
IlvResourceClassResolver
Resolves a URL by trying to get a resource URL from an associated class.
|
class |
IlvURLResolverManager
Defines URL resolvers that manage a set of URL resolvers.
|
Modifier and Type | Method and Description |
---|---|
IlvURLResolver |
IlvURLResolverManager.getURLResolver(int index)
Returns the URL resolver at the specified storage
index . |
Modifier and Type | Method and Description |
---|---|
void |
IlvURLResolverManager.addResolver(IlvURLResolver resolver)
Adds the specified
resolver to the manager. |
boolean |
IlvURLResolverManager.removeResolver(IlvURLResolver resolver)
Removes the specified
resolver from the list of stored
URL resolvers. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.