org.dspace.app.xmlui.aspect.general |
|
Java Source File Name | Type | Comment |
AuthenticatedSelector.java | Class | This simple selector operates on the authenticated DSpace user and selects
between two levels of access.
...
... |
HandleAuthorizedMatcher.java | Class | Test the current URL to see if the user has access to the described
resources. |
HandleMatcher.java | Class | Test the current URL to see if it or any of it's parants match against the
given handle. |
HandleTypeMatcher.java | Class | 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. |
NoticeTransformer.java | Class | This class will add a simple notification div the DRI document. |
PageNotFoundTransformer.java | Class | 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. |