|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Library | |
|---|---|
| org.apache.cocoon.forms.formmodel | |
| org.apache.cocoon.forms.formmodel.library | |
| Uses of Library in org.apache.cocoon.forms.formmodel |
|---|
| Fields in org.apache.cocoon.forms.formmodel declared as Library | |
|---|---|
protected Library |
AbstractWidgetDefinition.enclosingLibrary
|
| Methods in org.apache.cocoon.forms.formmodel that return Library | |
|---|---|
Library |
WidgetDefinition.getEnclosingLibrary()
Gets the Library object containing this definition |
Library |
AbstractWidgetDefinition.getEnclosingLibrary()
|
Library |
WidgetDefinitionBuilderContext.getLocalLibrary()
|
Library |
FormDefinition.getLocalLibrary()
|
| Methods in org.apache.cocoon.forms.formmodel with parameters of type Library | |
|---|---|
void |
WidgetDefinition.setEnclosingLibrary(Library library)
Sets the Library object containing this definition (should only be used by Library itself!) |
void |
AbstractWidgetDefinition.setEnclosingLibrary(Library library)
|
| Constructors in org.apache.cocoon.forms.formmodel with parameters of type Library | |
|---|---|
WidgetDefinitionBuilderContext(Library library)
|
|
| Uses of Library in org.apache.cocoon.forms.formmodel.library |
|---|
| Methods in org.apache.cocoon.forms.formmodel.library that return Library | |
|---|---|
Library |
LibraryManagerImpl.get(String sourceURI)
|
Library |
LibraryManager.get(String sourceURI)
Get the cached instance of the library loaded from the specified source URI. |
Library |
LibraryManagerImpl.get(String sourceURI,
String baseURI)
|
Library |
LibraryManager.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 |
LibraryManagerImpl.load(String sourceURI)
|
Library |
LibraryManager.load(String sourceURI)
Loads (and caches) a library from specified source URI. |
Library |
LibraryManagerImpl.load(String sourceURI,
String baseURI)
|
Library |
LibraryManager.load(String sourceURI,
String baseURI)
Loads (and caches) a library from specified source URI, resolved relative to the base URI. |
Library |
LibraryManagerImpl.newLibrary()
|
Library |
LibraryManager.newLibrary()
Create new instance of the Library. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||