|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
| Field Summary |
| Fields inherited from interface org.apache.cocoon.forms.formmodel.library.LibraryManager |
ROLE |
| Constructor Summary | |
LibraryManagerImpl()
|
|
| 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. |
void |
setCacheManager(CacheManager cacheManager)
|
void |
setParser(org.apache.cocoon.core.xml.SAXParser parser)
|
void |
setSourceResolver(SourceResolver sourceResolver)
|
void |
setWidgetDefinitionBuilders(Map widgetDefinitionBuilders)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LibraryManagerImpl()
| Method Detail |
public Library get(String sourceURI)
throws LibraryException
LibraryManager
get in interface LibraryManagersourceURI - URI of the library source.
LibraryException
public Library get(String sourceURI,
String baseURI)
throws LibraryException
LibraryManager
get in interface LibraryManagersourceURI - Relative URI of the library source.baseURI - Base URI of the library source.
LibraryException
public Library load(String sourceURI)
throws LibraryException
LibraryManager
load in interface LibraryManagersourceURI - URI of the library source.
LibraryException
public Library load(String sourceURI,
String baseURI)
throws LibraryException
LibraryManager
load in interface LibraryManagersourceURI - Relative URI of the library source.baseURI - Base URI of the library source.
LibraryExceptionpublic Library newLibrary()
LibraryManagerLibrary.
newLibrary in interface LibraryManagerpublic void setWidgetDefinitionBuilders(Map widgetDefinitionBuilders)
public void setCacheManager(CacheManager cacheManager)
public void setSourceResolver(SourceResolver sourceResolver)
public void setParser(org.apache.cocoon.core.xml.SAXParser parser)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||