| Package | Description |
|---|---|
| org.apache.deltaspike.core.api.config.view.controller | |
| org.apache.deltaspike.core.api.config.view.metadata | |
| org.apache.deltaspike.core.spi.config.view |
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewControllerRef.Descriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
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). |
class |
SimpleCallbackDescriptor<R>
ExecutableCallbackDescriptor for simple callback-methods without (supported) parameters,
which exposes #execute without parameters. |
| Modifier and Type | Method and Description |
|---|---|
CallbackDescriptor |
ConfigDescriptor.getCallbackDescriptor(Class<? extends Annotation> metaDataType)
Callbacks which are configured for the entry and bound to the given meta-data type.
|
CallbackDescriptor |
ConfigDescriptor.getCallbackDescriptor(Class<? extends Annotation> metaDataType,
Class<? extends Annotation> callbackType)
Callbacks which are configured for the entry and bound to the given meta-data type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Annotation>,List<CallbackDescriptor>> |
ViewConfigNode.getCallbackDescriptors() |
List<CallbackDescriptor> |
ViewConfigNode.getCallbackDescriptors(Class<? extends Annotation> metaDataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewConfigNode.registerCallbackDescriptors(Class<? extends Annotation> metaDataType,
CallbackDescriptor callbackDescriptor) |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.