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 $

Field Summary
static String ROLE
           
 
Method Summary
 void debug(String msg)
           
 Library getLibrary(String librarysource)
           
 Library getLibrary(String librarysource, String relative)
           
 Library getNewLibrary()
           
 boolean libraryInCache(String librarysource)
           
 boolean libraryInCache(String librarysource, String relative)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

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.