org.gatein.mop.core.api.workspace.content
Class ContextSpecialization

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.AbstractCustomization
      extended by org.gatein.mop.core.api.workspace.content.ContextSpecialization
All Implemented Interfaces:
Customization<Object>

public abstract class ContextSpecialization
extends AbstractCustomization

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
comparator
 
Constructor Summary
ContextSpecialization()
           
 
Method Summary
abstract  String getContextId()
           
abstract  ContextType getContextType()
           
 CustomizationContext getCustomizationContext()
           
 CustomizationContextResolver getCustomizationContextResolver()
           
 String getName()
           
 AbstractCustomization getParentCustomization()
           
 void setCustomizationContextResolver(CustomizationContextResolver customizationContextResolver)
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
createPS, customize, destroy, get, get, getContentState, getContexts, getCustomization, getState, setContentState, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gatein.mop.api.content.Customization
getContentId, getType
 

Constructor Detail

ContextSpecialization

public ContextSpecialization()
Method Detail

getCustomizationContextResolver

public CustomizationContextResolver getCustomizationContextResolver()

setCustomizationContextResolver

public void setCustomizationContextResolver(CustomizationContextResolver customizationContextResolver)

getContextId

public abstract String getContextId()

getContextType

public abstract ContextType getContextType()

getName

public String getName()

getCustomizationContext

public CustomizationContext getCustomizationContext()
Specified by:
getCustomizationContext in class AbstractCustomization

getParentCustomization

public AbstractCustomization getParentCustomization()
Specified by:
getParentCustomization in class AbstractCustomization


Copyright © 2009 eXo Platform SAS. All Rights Reserved.