| Package | Description |
|---|---|
| org.gatein.mop.api.content | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui |
| Modifier and Type | Method and Description |
|---|---|
CustomizationContext |
Customization.getContext()
Returns the related context of this customization.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CustomizationContext> |
Customization.getContexts()
Returns the contexts that are associated with this customization.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomizationContext.contains(CustomizationContext that)
Returns true if the context contains the provided context.
|
| Modifier and Type | Method and Description |
|---|---|
Customization<S> |
Customization.customize(Collection<CustomizationContext> contexts)
Customize the state with respect to the provided customization context.
|
Customization<S> |
Customization.getCustomization(Set<CustomizationContext> contexts)
Returns the stateful content associated with the specified customization contexts or null if no customization
can be created for the desired contexts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkspaceCustomizationContext
A workspace customization context define root customization contexts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UIWindow
The window is user interface component that points to a content.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.