| Package | Description |
|---|---|
| org.apache.deltaspike.core.api.config.view.metadata | |
| org.apache.deltaspike.core.spi.config.view |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewConfigDescriptor
Descriptor which represents a concrete view (page).
|
| Modifier and Type | Method and Description |
|---|---|
ConfigDescriptor<?> |
ViewConfigResolver.getConfigDescriptor(Class<?> configClass)
Resolves the
ConfigDescriptor for the given class. |
ConfigDescriptor<?> |
ViewConfigResolver.getConfigDescriptor(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigDescriptor<?>> |
ViewConfigResolver.getConfigDescriptors()
Resolves all descriptors for folders.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigDescriptor |
ConfigNodeConverter.convert(ViewConfigNode node)
Converts a
ViewConfigNode created during the scanning process to the final ConfigDescriptor
used at runtime |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfigDescriptorValidator.isValid(ConfigDescriptor configDescriptor)
Validates the given config-descriptor
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.