| Interface | Description |
|---|---|
| ConfigDescriptor<CT> |
Base descriptor for all type-safe view-configs which represents the
config-class and meta-data, callbacks,... provided by/bound to this class.
|
| ViewConfigDescriptor |
Descriptor which represents a concrete view (/page).
|
| ViewConfigResolver |
Resolver for view-configs
A
ConfigDescriptor can be bound to any config-class (without required base-type). |
| Class | Description |
|---|---|
| CallbackDescriptor |
Basic descriptor for a given class and callback-type.
|
| CallbackDescriptor.CallbackEntry | |
| ExecutableCallbackDescriptor<R> |
Specialized
CallbackDescriptor
which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't expose it (-> can't get used by accident). |
| SimpleCallbackDescriptor<R> |
ExecutableCallbackDescriptor for simple callback-methods without (supported) parameters,
which exposes #execute without parameters. |
| Annotation Type | Description |
|---|---|
| Aggregated |
This annotation can be used to mark annotations as aggregated meta-data.
|
| DefaultCallback | |
| InlineViewMetaData | |
| ViewMetaData |
This meta-annotation allows to create custom meta-data which can be used for view-configs.
|
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.