|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LibraryManager
The work interface for the LibraryManager, the class that manages all used form model library definitions so they can be shared between forms.
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
Library |
get(String sourceURI)
Get the cached instance of the library loaded from the specified source URI. |
Library |
get(String sourceURI,
String baseURI)
Get the cached instance of the library loaded from the specified source URI, resolved relative to the base URI. |
Library |
load(String sourceURI)
Loads (and caches) a library from specified source URI. |
Library |
load(String sourceURI,
String baseURI)
Loads (and caches) a library from specified source URI, resolved relative to the base URI. |
Library |
newLibrary()
Create new instance of the Library. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
Library newLibrary()
Library.
Library load(String sourceURI)
throws LibraryException
sourceURI - URI of the library source.
LibraryException
Library load(String sourceURI,
String baseURI)
throws LibraryException
sourceURI - Relative URI of the library source.baseURI - Base URI of the library source.
LibraryException
Library get(String sourceURI)
throws LibraryException
sourceURI - URI of the library source.
LibraryException
Library get(String sourceURI,
String baseURI)
throws LibraryException
sourceURI - Relative URI of the library source.baseURI - Base URI of the library source.
LibraryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||