This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.forms.binding.library
Class LibraryManagerImpl
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.forms.binding.library.LibraryManagerImpl
org.apache.cocoon.forms.binding.library.LibraryManagerImpl
- All Implemented Interfaces: 
- Disposable, Component, Configurable, LogEnabled, Serviceable, ThreadSafe, LibraryManager
- public class LibraryManagerImpl 
- extends AbstractLogEnabled- implements LibraryManager, Serviceable, Configurable, Disposable, ThreadSafe, Component
- Version:
- $Id: LibraryManagerImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
 
| Fields inherited from interface org.apache.cocoon.forms.binding.library.LibraryManager | 
| ROLE | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PREFIX
protected static final String PREFIX
- See Also:
- Constant Field Values
LibraryManagerImpl
public LibraryManagerImpl()
configure
public void configure(Configuration configuration)
               throws ConfigurationException
- 
- Specified by:
- configurein interface- Configurable
 
- 
- Throws:
- ConfigurationException
 
service
public void service(ServiceManager serviceManager)
             throws ServiceException
- 
- Specified by:
- servicein interface- Serviceable
 
- 
- Throws:
- ServiceException
 
setBindingManager
public void setBindingManager(JXPathBindingManager bindingManager)
- 
 
- 
 
get
public Library get(String sourceURI)
            throws LibraryException
- Description copied from interface: LibraryManager
- Get the cached instance of the library loaded from the specified source
 URI.
 
- 
- Specified by:
- getin interface- LibraryManager
 
- 
- Parameters:
- sourceURI- URI of the library source.
- Returns:
- Cached instance of the library, or null if it was not loaded.
- Throws:
- LibraryException
 
get
public Library get(String sourceURI,
                   String baseURI)
            throws LibraryException
- Description copied from interface: LibraryManager
- Get the cached instance of the library loaded from the specified source
 URI, resolved relative to the base URI.
 
- 
- Specified by:
- getin interface- LibraryManager
 
- 
- Parameters:
- sourceURI- Relative URI of the library source.
- baseURI- Base URI of the library source.
- Returns:
- Cached instance of the library, or null if it was not loaded.
- Throws:
- LibraryException
 
load
public Library load(String sourceURI)
             throws LibraryException
- Description copied from interface: LibraryManager
- Loads (and caches) a library from specified source URI.
 
- 
- Specified by:
- loadin interface- LibraryManager
 
- 
- Parameters:
- sourceURI- URI of the library source.
- Returns:
- Library loaded from the source URI.
- Throws:
- LibraryException
 
load
public Library load(String sourceURI,
                    String baseURI)
             throws LibraryException
- Description copied from interface: LibraryManager
- Loads (and caches) a library from specified source URI, resolved relative
 to the base URI.
 
- 
- Specified by:
- loadin interface- LibraryManager
 
- 
- Parameters:
- sourceURI- Relative URI of the library source.
- baseURI- Base URI of the library source.
- Returns:
- Library loaded from the source URI.
- Throws:
- LibraryException
 
newLibrary
public Library newLibrary()
- Description copied from interface: LibraryManager
- Create new instance of the Library.
 
- 
- Specified by:
- newLibraryin interface- LibraryManager
 
- 
- Returns:
- new library instance
 
dispose
public void dispose()
- 
- Specified by:
- disposein interface- Disposable
 
- 
 
debug
public void debug(String msg)
- 
 
- 
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.