Package | Description |
---|---|
org.nuxeo.ecm.platform.contentview.jsf | |
org.nuxeo.ecm.platform.contentview.json | |
org.nuxeo.ecm.platform.contentview.seam |
Modifier and Type | Class and Description |
---|---|
class |
ContentViewStateImpl
Default implementation of
ContentViewState |
Modifier and Type | Method and Description |
---|---|
ContentViewState |
ContentViewServiceImpl.saveContentView(ContentView contentView) |
ContentViewState |
ContentViewService.saveContentView(ContentView contentView)
Returns the state of this content view.
|
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewServiceImpl.restoreContentView(ContentViewState contentViewState) |
ContentView |
ContentViewService.restoreContentView(ContentViewState contentViewState)
Restores a content view given a state.
|
Modifier and Type | Method and Description |
---|---|
static ContentViewState |
JSONContentViewState.fromJSON(String json,
boolean decode)
Returns the content view state from its String serialization in JSON
format.
|
Modifier and Type | Method and Description |
---|---|
static String |
JSONContentViewState.toJSON(ContentViewState state,
boolean encode)
Returns the String serialization in JSON format of a content view state.
|
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewActions.restoreContentView(ContentViewState state)
Restore a Content View from the given ContentView state.
|
Copyright © 2014 Nuxeo SA. All rights reserved.