class

Path

Classpath. Object definitions can have their own classpaths. As a result, users don' t have to download component code and bundle if with the application - it will be downloaded by the classloader when needed. This concept is similar to applets and Java Web Start concept, but classpath is defined at the component level instead of being defined at the application level.

Attributes

Name Type Cardinality Description
baseUrl EString 0..1 Base URL, path elements and base URI's of child paths are evaluated relative to the base URI, if it is not null or blank. This base URL is evaluated relative to baseURL parameter of getUrls method.
pathElement EString * Path element is a URL relative to the baseUri.

Operations summary

Name Cardinality Description
getUrls( baseURL : EUrl , tokens : ETokenSource ) : EUrl * Returns URL's to construct URL classloader.

References

Name Target Containment Cardinality Opposite Description
path Path Yes * Paths can be nested. Child's path baseUri in this case is evaluated relative to the parent's path baseUri.

Operations

getUrls

Returns URL's to construct URL classloader.

Parameters

Returns EUrl [*]

Throws