|
Class Summary |
| AuthenticatedSelector |
This simple selector operates on the authenticated DSpace user and selects
between two levels of access. |
| ChoiceLookupTransformer |
Create the "lookup" popup window for Choice Control. |
| HandleAuthorizedMatcher |
Test the current URL to see if the user has access to the described
resources. |
| HandleMatcher |
Test the current URL to see if it or any of it's parants match against the
given handle. |
| HandleTypeMatcher |
Test the current URL to see if it contains a reference to a DSpaceObject, if
it dose then the object type is compared against the given pattern. |
| IfModifiedSinceSelector |
This simple selector looks for the If-Modified-Since header, and
returns true if the Item in the request has not been modified since that
date. |
| NoticeTransformer |
This class will add a simple notification div the DRI document. |
| NotModifiedAction |
Simple action to return a 304 (Not Modified) status, for when request
had the If-modified-since header and resource has not been modified. |
| PageNotFoundTransformer |
This special comonent checks to see if the body element is empty (has no sub elements) and if
it is then displays some page not found text. |