|
Class Summary |
| AbstractDSpaceTransformer |
|
| AJAXMenuGenerator |
Generate XML description of Choice values to be used by
AJAX UI client. |
| AspectGenerator |
This Cocoon generator will generate an internal cocoon request for the next
DRI Aspect in the chain. |
| AspectMatcher |
This class determines the correct Aspect to use. |
| BitstreamReader |
The BitstreamReader will query DSpace for a particular bitstream and transmit
it to the user. |
| ConcatenationReader |
Concatenates and Minifies CSS, JS and JSON files
The URL of the resource can contain references to multiple
files: e.g."themes/Mirage/lib/css/reset,base,helper,style,print.css"
The Reader will concatenate all these files, and output them as
a single resource. |
| DSpaceCocoonServletFilter |
This is a wrapper servlet around the cocoon servlet that prefroms two functions, 1) it
initializes DSpace / XML UI configuration parameters, and 2) it will preform inturrupted
request resumption. |
| DSpaceFeedGenerator |
Generate a syndication feed for DSpace, either a community or collection
or the whole repository. |
| DSpaceI18NTransformer |
This is a simple extension to the stardand Cocoon I18N transformer
that specializes the configuration based upon currently installed
aspects. |
| DSpaceLocaleAction |
This action looks at several places to determine what locale should be used for
this request. |
| DSpaceLocaleAction.DSpaceLocaleValidator |
This validator class works with cocoon's i18nutils class to test if locales are valid. |
| DSpaceMETSGenerator |
Generate a METS document for the identified item, community or collection. |
| DSpaceOREGenerator |
Generate an ORE aggregation of a DSpace Item. |
| DSpacePropertyFileReader |
Class will read the DSpace configuration file via the ConfigurationManager
It accepts the name of the property to read and the name of the variable to
use in the sitemap scope. |
| HttpServletRequestCocoonWrapper |
This is a wrapper class that translates a Cocoon request object back
into an HttpServletRequest object. |
| ItemExportDownloadReader |
|
| MetadataExportReader |
AbstractReader that generates a CSV of item, collection
or community metadata using MetadataExport |
| NamespaceFilterTransformer |
Filter out an unwanted namespace from the pipeline. |
| OpenSearchGenerator |
Generate an OpenSearch-compliant search results document for DSpace, either
a community or collection or the whole repository. |
| OpenURLReader |
Simple servlet for open URL support. |
| PropertyFileReader |
Class will read the the specified configuration file via the property-file parameter
It accepts the name of the property file to read and the properties to set to the sitemap scope
For example:
... |
| SetCharacterEncodingFilter |
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding. |
| SitemapReader |
Class will read a generated Sitemap (www.sitemaps.org or HTML sitemap)
from [dspace]/sitemaps/ and serve it up to the requesting Search Engine. |
| StylesheetInstructionTransformer |
|
| ThemeMatcher |
This class determines the correct Theme to apply to the URL. |
| UsageLoggerAction |
Created by IntelliJ IDEA. |