org.dspace.app.xmlui.wing |
|
Java Source File Name | Type | Comment |
AbstractWingTransformer.java | Class | This class handles receiving SAX events and translating them into DRI events.
These DRI events are then routed to the individual implementing components
where they fill in and construct the DRI document. |
AttributeMap.java | Class | A simplified Wing version of an AttributeMap. |
Include.java | Class | The Include class reads an DRI XML file from and merges it into the existing
document stream using the Wing framework.
If the file is not present at the source provided a blank document is merged,
allowing the pipeline to continue excecution. |
IncludePageMeta.java | Class | Include metadata in the resulting DRI document as derived from the sitemap
parameters.
Parameters should consist of a dublin core name and value. |
Message.java | Class | This class represents an i18n message, which is composed of three parts: a
catalogue, a key, and a set of dictionary parameters. |
Namespace.java | Class | This simple class just provides the Namespace datatype. |
ObjectManager.java | Interface | The object manager is a class that must be implemented by each specific repository
implementation that identifies refrenced objects. |
WingConstants.java | Class | Static constants relating to Wing and the DRI schema. |
WingContext.java | Class | |
WingException.java | Class | A class representing an error generated by the Wing framework. |
WingInvalidArgument.java | Class | A class representing an error generated by the Wing framework. |
WingOperationNotSupported.java | Class | A class representing an error generated by the Wing framework. |
WingTransformer.java | Interface | The WingTransformer is a simple framework for dealing with DSpace based SAX
events. |