| Package | Description |
|---|---|
| com.jidesoft.grouper |
The package contains all kinds of object groupers for JIDE Common Layer.
|
| com.jidesoft.grouper.date |
The package contains all kinds of date object groupers for JIDE Common Layer.
|
| Modifier and Type | Field and Description |
|---|---|
static GrouperContext |
GrouperContext.DEFAULT_CONTEXT
Default converter context with empty name and no user object.
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperContext[] |
ObjectGrouperManager.getGrouperContexts(java.lang.Class<?> clazz)
Gets the available GrouperContexts registered with the class.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectGrouper |
ObjectGrouperManager.getGrouper(java.lang.Class<?> clazz,
GrouperContext context)
Gets the registered grouper associated with class and context.
|
static java.lang.Object |
ObjectGrouperManager.getGroupValue(java.lang.Object object,
java.lang.Class<?> clazz,
GrouperContext context)
Converts an object to string using grouper context specified.
|
static void |
ObjectGrouperManager.registerGrouper(java.lang.Class<?> clazz,
ObjectGrouper grouper,
GrouperContext context)
Registers a grouper with the type specified as class and a grouper context specified as context.
|
static void |
ObjectGrouperManager.unregisterGrouper(java.lang.Class<?> clazz,
GrouperContext context)
Unregisters grouper associated with clazz and context.
|
| Modifier and Type | Field and Description |
|---|---|
static GrouperContext |
DateDayOfMonthGrouper.CONTEXT |
static GrouperContext |
DateMonthGrouper.CONTEXT |
static GrouperContext |
DateYearGrouper.CONTEXT |
static GrouperContext |
DateQuarterGrouper.CONTEXT |
static GrouperContext |
DateDayOfWeekGrouper.CONTEXT |
static GrouperContext |
DateDayOfWeekInMonthGrouper.CONTEXT |
static GrouperContext |
DateWeekOfMonthGrouper.CONTEXT |
static GrouperContext |
DateWeekOfYearGrouper.CONTEXT |
static GrouperContext |
DateDayOfYearGrouper.CONTEXT |