@Name(value="contentViewConfigurationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class ContentViewConfigurationActions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ContentViewService |
contentViewService |
protected Map<String,String> |
messages |
protected NavigationContext |
navigationContext |
protected SchemaManager |
schemaManager |
protected TypeManager |
typeManager |
Constructor and Description |
---|
ContentViewConfigurationActions() |
Modifier and Type | Method and Description |
---|---|
List<javax.faces.model.SelectItem> |
getAvailableContentViews() |
List<javax.faces.model.SelectItem> |
getAvailableDocTypes() |
protected SchemaManager |
getSchemaManager() |
protected transient SchemaManager schemaManager
@In(create=true) protected transient TypeManager typeManager
@In(create=true) protected transient NavigationContext navigationContext
@In(create=true) protected ContentViewService contentViewService
public ContentViewConfigurationActions()
protected SchemaManager getSchemaManager()
public List<javax.faces.model.SelectItem> getAvailableDocTypes()
public List<javax.faces.model.SelectItem> getAvailableContentViews()
Copyright © 2019 Nuxeo. All rights reserved.