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

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

Uses of Library in org.apache.cocoon.forms.formmodel
 

Fields in org.apache.cocoon.forms.formmodel declared as Library
protected  Library WidgetDefinitionBuilderContext.localLibrary
           
protected  Library AbstractWidgetDefinition.enclosingLibrary
           
 

Methods in org.apache.cocoon.forms.formmodel that return Library
 Library WidgetDefinitionBuilderContext.getLocalLibrary()
           
 Library AbstractWidgetDefinition.getEnclosingLibrary()
           
 Library FormDefinition.getLocalLibrary()
           
 Library WidgetDefinition.getEnclosingLibrary()
          Gets the Library object containing this definition
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type Library
 void WidgetDefinitionBuilderContext.setLocalLibrary(Library lib)
           
 void AbstractWidgetDefinition.setEnclosingLibrary(Library library)
           
 void WidgetDefinition.setEnclosingLibrary(Library library)
          Sets the Library object containing this definition (should only be used by Library itself!)
 

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

Methods in org.apache.cocoon.forms.formmodel.library that return Library
 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 LibraryManagerImpl.newLibrary()
           
 Library LibraryManager.newLibrary()
          Create new instance of the Library.
 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.
 



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