| org.apache.cocoon.forms.binding.library.Library
Library | public class Library extends AbstractLogEnabled (Code) | | Form binding library.
version: $Id: Library.java 517733 2007-03-13 15:37:22Z vgritsenko $ |
Inner Class :protected class Dependency | |
includeAs | public boolean includeAs(String key, String sourceURI) throws LibraryException(Code) | | "Registers" a library to be referenced later under a certain key or prefix.
Definitions will be accessible locally through prefixing: "prefix:definitionid"
Parameters: key - the key Parameters: sourceURI - the source of the library to be know as "key" true if there was no such key used before, false otherwise throws: LibraryException - if unable to load included library |
|
|