| Package | Description |
|---|---|
| org.apache.deltaspike.core.api.config.view.controller | |
| org.apache.deltaspike.core.api.config.view.metadata |
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewControllerRef.Descriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCallbackDescriptor<R>
ExecutableCallbackDescriptor for simple callback methods without (supported) parameters, which exposes
#execute without parameters. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ExecutableCallbackDescriptor> |
ConfigDescriptor.getExecutableCallbackDescriptor(Class<? extends Annotation> metaDataType,
Class<? extends Annotation> callbackType,
Class<? extends T> executorType)
Callbacks which are configured for this view-config and bound to the given metadata type.
|
<T extends ExecutableCallbackDescriptor> |
ConfigDescriptor.getExecutableCallbackDescriptor(Class<? extends Annotation> metaDataType,
Class<? extends T> executorType)
Callbacks which are configured for this view-config and bound to the given metadata type.
|
Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.