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.
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 prefroms two functions, 1) it
initializes DSpace / XML UI configuration parameters, and 2) it will preform inturrupted
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
it's state such as withdraw or reinstate, possibily 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" untill
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" untill it does not
find any more values.
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)
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:
...
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.
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.
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.
Display basic meta-meta information about the item and allow the user to
change it's state such as withdraw or reinstate, possibily even completely
deleting the item!
ViewItem() -
Constructor for class org.dspace.app.xmlui.aspect.administrative.item.ViewItem