Package edu.internet2.middleware.grouper.ui.util

utility classes (e.g.

See:
          Description

Interface Summary
MembershipImporter Interface that reads data and tries to create memberships.
 

Class Summary
AuditEntryAsMap Wraps a GrouperStem- allows non persistent values to be stored for the UI and works well with JSTL

ChainedResourceBundle Given a list of bundles, looks for values in each individually until it finds one

CollectionPager Convenience class for use in UI to encapsulate paging logic, and enable creation of HTML links which maintain context

CompositeAsMap Wraps a Composite - allows non persistent values to be stored for the UI and works well with JSTL

DefaultMembershipImporter Default implementation of the MembershipImporter interface.
DOMHelper Utility class to provide common functions useful when working with DOM.
FieldAsMap Wraps a Field - allows non persistent values to be stored for the UI and works well with JSTL

GroupAsMap Wraps a GrouperGroup - allows non persistent values to be stored for the UI and works well with JSTL

GrouperUiUtils utility methods for grouper
MapBundleWrapper Convenience class to allow a ResourceBundle to be acessed as a Map - used in JSTL.
MapWrapper<K,V> simple wrapper of map
MembershipAsMap Wraps a Subject - allows non persistent values to be stored for the UI and works well with JSTL

MembershipExporter Reads an XML configuration file and exports membership data as specified.
MembershipImportManager Class that reads an XML configuration file and hands off actual data import to an implementation associated with the selected import format.
MemberSortWrapper  
MergeWebXmls Class which can merge a series of web.xml files Designed to allow contributions + site specific changes to be added to the Grouper supplied web.xml file

NavExceptionHelper Helper class centralise some Exception handling

ObjectAsMap Base class for using a Map as a wrapper to an object

ProcessSearchTerm Utility class to provide access to a local implementation of searchTermProcessor interface.
StemAsMap Wraps a GrouperStem- allows non persistent values to be stored for the UI and works well with JSTL

SubjectAsMap Wraps a Subject - allows non persistent values to be stored for the UI and works well with JSTL

SubjectPrivilegeAsMap Wraps a Subject a group/stem and privilege - allows non persistent values to be stored for the UI and works well with JSTL

SubjectSortWrapper  
TestWebappSources Called from ant 'test' target.
 

Enum Summary
HttpContentType http content type
 

Package edu.internet2.middleware.grouper.ui.util Description

utility classes (e.g. generic useful static things)