Add the basic navigational options:
Search - advanced search
browse - browse by Titles - browse by Authors - browse by Dates
language FIXME: add languages
context no context options are added.
Add the basic navigational options:
browse - browse by Titles - browse by Authors - browse by Dates
language FIXME: add languages
context no context options are added.
Add the basic navigational options:
Search - advanced search
browse - browse by Titles - browse by Authors - browse by Dates
language FIXME: add languages
context no context options are added.
If an metadata with the same element, qualifier, and language exist
within the document should this metadata element be added into the
document or should only one metadata be allowed.
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.
Before passing off a request to the cocoon servlet check to see if there is a request that
should be resumed? If so replace the real request with a faked request and pass that off to
cocoon.
This is a wrapper servlet around the cocoon servlet that performs two functions, 1) it
initializes DSpace / XML UI configuration parameters, and 2) it will perform interrupted
request resumption.
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.
Display basic meta-meta information about the item and allow the user to change
its state such as withdraw or reinstate, possibly even completely deleting the item!
A list of fields that may be in error, not all stages support
errored fields but if they do then this is where a list of all
fields in error may be found.
Return the workflow identified by the given id, the id should be
prepended with the character S to signify that it is a workflow
instead of a workspace.
Return the workspace identified by the given id, the id should be
prepended with the character S to signify that it is a workspace
instead of a workflow.
Get values for a field from a DRI multi value field, since a field may
have multiple values this method will check for fieldName + "_n" until
it does not find any more values.
Get values from a DRI multi value field, since a field may have multiple
values this method will check for fieldName + "_n" until it does not
find any more values.
If the request includes a "multipart/form-data", then wrap it with
methods that allow easier connection to those objects since the servlet
API doesn't provide those methods directly.
It's not expected that the OpenSearch's configuration to be changed very frecuently,
so we assume this component is always valid (the cache should be cleared to update this component)
Validate supported formats
We can deal with various formats if they exist such as journals and
books, but we currently do not have specific needs represent
different formats, thus it may be more appropriate to use dublin core
here directly.
Return whether this is the last step in
the submission process (the last step is
currently considered the one directly *before*
the Complete step in the progress bar)
Reader that parses a given controlled vocabulary and returns a json representation
The json this class returns will be parsed in the vocabulary-support.js file.
This class represents a list's label element, they are associated with an
item and annotates that item with a number, a textual description of some
sort, or a simple bullet.
This is a short cut method for creating a new message object, this
allows them to be created with one simple method call that uses
the default catalogue.
The METS defined types of Metadata, if a format is not listed here
then it should use the string "OTHER" and provide additional
attributes describing the metadata type
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:
...
User interface for the score review action
This action will allow multiple users to rate a certain item
if the mean of this score is higher then the minimum score the
item will be sent to the next action/step else it will be rejected
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.
Set up the transformer so that it can build a feeder Wing document and
merge it into the main document
FIXME: Update document: - this method must be called to initialize the
framework.
setUserMeta() -
Method in class org.dspace.app.xmlui.wing.element.Meta
Set a new user oriented metadata set.
setValue() -
Method in class org.dspace.app.xmlui.wing.element.Button
Set the button's label, removing any previous label's
Display the forgot password form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user to reset their password.
Display the new user registration form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user create an account
There are two parameters that may be given to the form:
email - The email of the new account account
retry - A boolean value indicating that the previously entered email was invalid.
Transformer that adds a hidden form
which will be submitted each time an dspace object link is clicked on a lucene search page
This form will ensure that the results clicked after each search are logged for the search statistics
Scan the document and replace any text nodes that begin
with the i18n prefix with an actual i18n element that
can be processed by the i18n transformer.
Adds a notice to item page in the following conditions
A new version of an item is available
If the person is an admin an message will also be shown if the item has a new version in the workflow
Display basic meta-meta information about the item and allow the user to
change its state such as withdraw or reinstate, possibly even completely
deleting the item!
ViewItem() -
Constructor for class org.dspace.app.xmlui.aspect.administrative.item.ViewItem