@Deprecated public interface SystemPropertyDeferredProcessor
ExpressionResolverExtension
have had a chance to initialize. This makes it possible for expressions
resolvable by an ExpressionResolverExtension to be used in the
configured property value.| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<SystemPropertyDeferredProcessor> |
ATTACHMENT_KEY
Deprecated.
Key under which the
SystemPropertyDeferredProcessor should be attached to the operation context. |
| Modifier and Type | Method and Description |
|---|---|
void |
processDeferredProperties(ExpressionResolver context)
Deprecated.
Resolve and store any system properties that could not be resolved during
the normal handling of system properties.
|
static final OperationContext.AttachmentKey<SystemPropertyDeferredProcessor> ATTACHMENT_KEY
SystemPropertyDeferredProcessor should be attached to the operation context.void processDeferredProperties(ExpressionResolver context)
context - the operation contextCopyright © 2022 JBoss by Red Hat. All rights reserved.