This type is a class for model objects.
Specifies a container-wide shared library that can be used by deployed applications.
Package: librariesAttributes Summary | |
name : EString | The name of the shared library. |
description : EString | An optional description for this shared library. |
classPath : EString | A classpath containing this library's jar(s) |
nativePath : EString | An optional path to any native libraries (dll's, or so's) required by this shared library. |
isolatedClassLoader : EBoolean | @since 7.0 Specifies whether this shared library will have a single instance when it is associated with an application or web module. The default value for this attribute is false. If an isolated class loader is used for a shared library associated with an application or web module class loader, the shared library will have its own class loader. Specifying a server-scoped shared library as isolated will have no effect. |
Attribute Details |