| |
|
| java.lang.Object com.jidesoft.converter.AbstractContext com.jidesoft.grouper.GrouperContext
GrouperContext | public class GrouperContext extends AbstractContext (Code) | | The context object used by ObjectGrouper.
For the same type, we may need different way to group them. This context
is used so that user can register different groupers for the same type.
|
Constructor Summary | |
public | GrouperContext(String name) Creates a converter context with a name. | public | GrouperContext(String name, Object object) Creates a converter contex with a name and an object.
Parameters: name - the name of the grouper context. Parameters: object - the user object. |
DEFAULT_CONTEXT | public static GrouperContext DEFAULT_CONTEXT(Code) | | Default converter context with empty name and no user object.
|
GrouperContext | public GrouperContext(String name)(Code) | | Creates a converter context with a name.
Parameters: name - the name of the grouper context. |
GrouperContext | public GrouperContext(String name, Object object)(Code) | | Creates a converter contex with a name and an object.
Parameters: name - the name of the grouper context. Parameters: object - the user object. It can be used as any object to pass informaton along. |
|
|
|