| Class and Description |
|---|
| InlineViewMetaData
Provides the ability to apply metadata to a view-config "remotely" – from a
different place than the view-config itself (and with different syntax and a different annotation).
|
| Class and Description |
|---|
| CallbackDescriptor
Basic descriptor for a given class and callback type.
|
| ExecutableCallbackDescriptor
Specialized
CallbackDescriptor which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't
expose it (and can't get used by accident). |
SimpleCallbackDescriptor
ExecutableCallbackDescriptor for simple callback methods without (supported) parameters, which exposes
#execute without parameters. |
| ViewMetaData
Meta-annotation for custom metadata which can be applied to view-configs.
|
| Class and Description |
|---|
| Aggregated
Marks view-metadata annotations or their fields as aggregated metadata.
|
| CallbackDescriptor
Basic descriptor for a given class and callback type.
|
| CallbackDescriptor.CallbackEntry |
| ConfigDescriptor
Base descriptor for all type-safe view-configs which describes the config class, metadata, callbacks and other
properties of a view-config.
|
| ExecutableCallbackDescriptor
Specialized
CallbackDescriptor which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't
expose it (and can't get used by accident). |
| ViewConfigDescriptor
Descriptor which represents a concrete view (page).
|
| Class and Description |
|---|
| Aggregated
Marks view-metadata annotations or their fields as aggregated metadata.
|
| ViewMetaData
Meta-annotation for custom metadata which can be applied to view-configs.
|
| Class and Description |
|---|
| CallbackDescriptor
Basic descriptor for a given class and callback type.
|
| ConfigDescriptor
Base descriptor for all type-safe view-configs which describes the config class, metadata, callbacks and other
properties of a view-config.
|
| Class and Description |
|---|
| ViewMetaData
Meta-annotation for custom metadata which can be applied to view-configs.
|
| Class and Description |
|---|
| CallbackDescriptor
Basic descriptor for a given class and callback type.
|
| DefaultCallback
A ConfigDescriptor can contain CallbackDescriptors or ExecutableCallbackDescriptors.
|
| ExecutableCallbackDescriptor
Specialized
CallbackDescriptor which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't
expose it (and can't get used by accident). |
| ViewMetaData
Meta-annotation for custom metadata which can be applied to view-configs.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.