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

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

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

Methods in org.apache.cocoon.forms.binding that return Library
 Library AbstractCustomBinding.getEnclosingLibrary()
           
 Library BindingBuilderContext.getLocalLibrary()
           
 Library Binding.getEnclosingLibrary()
          returns the local library for this tree of bindings
 Library JXPathBindingBase.getEnclosingLibrary()
           
 

Methods in org.apache.cocoon.forms.binding with parameters of type Library
 void AbstractCustomBinding.setEnclosingLibrary(Library lib)
           
 void BindingBuilderContext.setLocalLibrary(Library lib)
           
 void Binding.setEnclosingLibrary(Library lib)
          sets the library this binding is a part of
 void JXPathBindingBase.setEnclosingLibrary(Library lib)
           
 

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

Methods in org.apache.cocoon.forms.binding.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-2008 The Apache Software Foundation. All Rights Reserved.