|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Customization | |
|---|---|
| org.gatein.mop.api.content | |
| org.gatein.mop.api.content.customization | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui | |
| Uses of Customization in org.gatein.mop.api.content |
|---|
| Methods in org.gatein.mop.api.content that return Customization | |
|---|---|
Customization<S> |
Customization.customize(CustomizationMode mode,
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. |
| Uses of Customization in org.gatein.mop.api.content.customization |
|---|
| Methods in org.gatein.mop.api.content.customization with parameters of type Customization | |
|---|---|
AccessMode |
CustomizationPolicy.accessMode(Customization customization)
|
WriteOperation |
CustomizationPolicy.onWrite(Customization customization)
|
| Uses of Customization in org.gatein.mop.api.workspace |
|---|
| Methods in org.gatein.mop.api.workspace that return Customization | ||
|---|---|---|
|
WorkspaceCustomizationContext.customize(String name,
ContentType<S> contentType,
String contentId,
S state)
Configure a root customization for the specified content. |
|
|
WorkspaceCustomizationContext.customize(String name,
Customization<S> customization)
Configure a customization for extending the specified customization. |
|
Customization<?> |
WorkspaceCustomizationContext.getCustomization(String name)
The root customization. |
|
| Methods in org.gatein.mop.api.workspace with parameters of type Customization | ||
|---|---|---|
|
WorkspaceCustomizationContext.customize(String name,
Customization<S> customization)
Configure a customization for extending the specified customization. |
|
| Uses of Customization in org.gatein.mop.api.workspace.ui |
|---|
| Methods in org.gatein.mop.api.workspace.ui that return Customization | ||
|---|---|---|
|
UIWindow.customize(ContentType<S> contentType,
String contentId,
S state)
Customizes the specified content. |
|
|
UIWindow.customize(Customization<S> customization)
Specialize the specified customization. |
|
Customization<?> |
UIWindow.getCustomization()
Returns the customization of this window or null if no customization exists. |
|
| Methods in org.gatein.mop.api.workspace.ui with parameters of type Customization | ||
|---|---|---|
|
UIWindow.customize(Customization<S> customization)
Specialize the specified customization. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||