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

Packages that use CustomizationContext
org.gatein.mop.api.content   
org.gatein.mop.api.content.customization   
org.gatein.mop.api.workspace   
org.gatein.mop.api.workspace.ui   
 

Uses of CustomizationContext in org.gatein.mop.api.content
 

Methods in org.gatein.mop.api.content that return types with arguments of type CustomizationContext
 Set<CustomizationContext> Customization.getContexts()
          Returns the contexts that are associated with that customization.
 

Methods in org.gatein.mop.api.content with parameters of type CustomizationContext
 boolean CustomizationContext.contains(CustomizationContext that)
          Returns true if the context contains the provided context.
 

Method parameters in org.gatein.mop.api.content with type arguments of type CustomizationContext
 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 CustomizationContext in org.gatein.mop.api.content.customization
 

Methods in org.gatein.mop.api.content.customization that return types with arguments of type CustomizationContext
 Set<CustomizationContext> CloneCustomization.getContexts()
           
 

Constructor parameters in org.gatein.mop.api.content.customization with type arguments of type CustomizationContext
CloneCustomization(Set<CustomizationContext> contexts, CustomizationMode mode)
           
 

Uses of CustomizationContext in org.gatein.mop.api.workspace
 

Subinterfaces of CustomizationContext in org.gatein.mop.api.workspace
 interface Page
          A page is a pointer with useful information pointing to a component structure.
 interface Site
          A site is a collection of pages and navigations.
 interface Workspace
          The workspace.
 interface WorkspaceCustomizationContext
          A workspace customization context define root customization contexts.
 

Uses of CustomizationContext in org.gatein.mop.api.workspace.ui
 

Subinterfaces of CustomizationContext in org.gatein.mop.api.workspace.ui
 interface UIWindow
          The window is user interface component that points to a content.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.