Uses of Interface
org.gatein.mop.api.content.Customization

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
<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.
 

Methods in org.gatein.mop.api.workspace with parameters of type Customization
<S> Customization<S>
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
<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.
 

Methods in org.gatein.mop.api.workspace.ui with parameters of type Customization
<S> Customization<S>
UIWindow.customize(Customization<S> customization)
          Specialize the specified customization.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.