Interface | Description |
---|---|
Interceptor |
An interceptor can be used to decorate functionality into an expression or to hook into external functionality, such
as to log an event or fire some other event.
|
Listener | |
PropertyHandler |
This interface allows an external property handler to resolve a property against the provided context.
|
VariableResolver |
A variable resolver is responsible for physically accessing a variable, for either read or write.
|
VariableResolverFactory |
A VariableResolverFactory is the primary integration point for tying in external variables.
|
Class | Description |
---|---|
GlobalListenerFactory | |
PropertyHandlerFactory | |
ResolverTools |
A set of tools for dealing with factorys, specifically to make chaining issues easy to deal with.
|
Copyright © 2001–2022 JBoss by Red Hat. All rights reserved.