@Name(value="localConfigurationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class LocalConfigurationActions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CoreSession |
documentManager |
protected org.jboss.seam.faces.FacesMessages |
facesMessages |
static String |
LOCAL_CONFIGURATION_CHANGED_LABEL |
protected NavigationContext |
navigationContext |
protected ResourcesAccessor |
resourcesAccessor |
| Constructor and Description |
|---|
LocalConfigurationActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
saveLocalConfiguration() |
void |
toggleConfigurationForCurrentDocument(String configurationFacet) |
public static final String LOCAL_CONFIGURATION_CHANGED_LABEL
@In(create=true,
required=false)
protected transient CoreSession documentManager
@In(create=true,
required=false)
protected transient NavigationContext navigationContext
@In(create=true,
required=false)
protected transient org.jboss.seam.faces.FacesMessages facesMessages
@In(create=true) protected ResourcesAccessor resourcesAccessor
public LocalConfigurationActions()
public void toggleConfigurationForCurrentDocument(String configurationFacet)
public void saveLocalConfiguration()
Copyright © 2016 Nuxeo SA. All rights reserved.