org.apache.cocoon.forms.binding.library
Interface LibraryManager
- All Known Implementing Classes:
- LibraryManagerImpl
- public interface LibraryManager
The work interface for the LibraryManager, the class that
manages all used library definitions so they can be shared between
forms.
- Version:
- $Id: LibraryManager.java 289538 2005-09-16 13:46:22Z sylvain $
ROLE
public static final String ROLE
getLibrary
public Library getLibrary(String librarysource)
throws Exception
- Throws:
Exception
getLibrary
public Library getLibrary(String librarysource,
String relative)
throws Exception
- Throws:
Exception
getNewLibrary
public Library getNewLibrary()
libraryInCache
public boolean libraryInCache(String librarysource)
throws Exception
- Throws:
Exception
libraryInCache
public boolean libraryInCache(String librarysource,
String relative)
throws Exception
- Throws:
Exception
debug
public void debug(String msg)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.