public interface CustomizationContext
The customization context defines where customization applies, it can be an entity, an identity, or anything else that is subject to customization.
Contexts are partitionned by their type, i.e all the context that share
the same value returned by the invocation of the method getContextType() are considered to belong to the
same type.
Within a partition it is possible to find out the relationship between two contexts thanks to
the contains(CustomizationContext) method.
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(CustomizationContext that)
Returns true if the context contains the provided context.
|
String |
getContextId()
Returns the identifier of the context.
|
String |
getContextType()
Returns the customization context type.
|
String getContextId()
String getContextType()
boolean contains(CustomizationContext that)
that - the context to testCopyright © 2025 JBoss by Red Hat. All Rights Reserved.