| Package | Description |
|---|---|
| org.gatein.mop.api | |
| org.gatein.mop.api.content | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui |
| Modifier and Type | Method and Description |
|---|---|
Customization<?> |
Model.findCustomizationById(String id) |
| 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.
|
Customization |
Customization.getParent()
Returns the parent customization or null if this customization is full featured clone.
|
| Modifier and Type | Method and Description |
|---|---|
<S> Customization<S> |
WorkspaceCustomizationContext.customize(String name,
ContentType<S> contentType,
String contentId,
S state)
Configure a root customization for the specified content.
|
<S> Customization<S> |
WorkspaceCustomizationContext.customize(String name,
Customization<S> customization)
Configure a customization for extending the specified customization.
|
Customization<?> |
WorkspaceCustomizationContext.getCustomization(String name)
The root customization.
|
| Modifier and Type | Method and Description |
|---|---|
<S> Customization<S> |
WorkspaceCustomizationContext.customize(String name,
Customization<S> customization)
Configure a customization for extending the specified customization.
|
String |
WorkspaceCustomizationContext.nameOf(Customization customization)
Returns the customization name related to this context or null if the customization is not related to this
context.
|
| Modifier and Type | Method and Description |
|---|---|
<S> Customization<S> |
UIWindow.customize(ContentType<S> contentType,
String contentId,
S state)
Customizes the specified content.
|
<S> Customization<S> |
UIWindow.customize(Customization<S> customization)
Specialize the specified customization.
|
Customization<?> |
UIWindow.getCustomization()
Returns the customization of this window or null if no customization exists.
|
| Modifier and Type | Method and Description |
|---|---|
<S> Customization<S> |
UIWindow.customize(Customization<S> customization)
Specialize the specified customization.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.