Uses of Interface
net.dpml.library.Dictionary

Packages that use Dictionary
net.dpml.library Library interfaces. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
 

Uses of Dictionary in net.dpml.library
 

Subinterfaces of Dictionary in net.dpml.library
 interface Module
          The Modele interface defines a node within a module hierachy.
 interface Resource
          The Resource interface describes infomation about a published resource.
 

Uses of Dictionary in net.dpml.library.impl
 

Classes in net.dpml.library.impl that implement Dictionary
 class DefaultDictionary
          Utility class used for construction of a module model from an XML source.
 class DefaultLibrary
          Utility class used for construction of a module model from an XML source.
 class DefaultModule
          A Module is a collection of resources.
 class DefaultResource
          Implementation of a resource.