|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkspaceCustomizationContext
A workspace customization context define root customization contexts.
| Field Summary | |
|---|---|
static String |
TYPE
The context type returned that must be returned by implementations of the CustomizationContext.getContextType() method. |
| Method Summary | ||
|---|---|---|
|
customize(String name,
ContentType<S> contentType,
String contentId,
S state)
Configure a root customization for the specified content. |
|
|
customize(String name,
Customization<S> customization)
Configure a customization for extending the specified customization. |
|
Customization<?> |
getCustomization(String name)
The root customization. |
|
| Methods inherited from interface org.gatein.mop.api.content.CustomizationContext |
|---|
contains, getContextId, getContextType |
| Field Detail |
|---|
static final String TYPE
CustomizationContext.getContextType() method.
| Method Detail |
|---|
Customization<?> getCustomization(String name)
name - the customization name
<S> Customization<S> customize(String name,
ContentType<S> contentType,
String contentId,
S state)
S - the content state typa parametername - the customization namecontentType - the content typecontentId - the content idstate - the customization state
<S> Customization<S> customize(String name,
Customization<S> customization)
S - the content state typa parametername - the customization namecustomization - the customization to extend
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||