Uses of Class
org.apache.cocoon.forms.formmodel.library.LibraryException

Packages that use LibraryException
org.apache.cocoon.forms.formmodel.library   
 

Uses of LibraryException in org.apache.cocoon.forms.formmodel.library
 

Methods in org.apache.cocoon.forms.formmodel.library that throw LibraryException
 Library LibraryManagerImpl.get(String sourceURI)
           
 Library LibraryManagerImpl.get(String sourceURI, String baseURI)
           
 Library LibraryManagerImpl.load(String sourceURI)
           
 Library LibraryManagerImpl.load(String sourceURI, String baseURI)
           
 Library LibraryManager.load(String sourceURI)
          Loads (and caches) a library from specified source URI.
 Library LibraryManager.load(String sourceURI, String baseURI)
          Loads (and caches) a library from specified source URI, resolved relative to the base URI.
 Library LibraryManager.get(String sourceURI)
          Get the cached instance of the library loaded from the specified source URI.
 Library LibraryManager.get(String sourceURI, String baseURI)
          Get the cached instance of the library loaded from the specified source URI, resolved relative to the base URI.
 boolean Library.dependenciesHaveChanged()
           
 boolean Library.includeAs(String key, String sourceURI)
          "Registers" a library to be referenced later under a certain key or prefix.
 WidgetDefinition Library.getDefinition(String key)
           
 void Library.addDefinition(WidgetDefinition definition)
           
 boolean Library.Dependency.isValid()
           
 

Constructors in org.apache.cocoon.forms.formmodel.library that throw LibraryException
Library.Dependency(String dependencySourceURI)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.