org.nuxeo.ecm.webapp.contentbrowser
Class ServerActionsBean
java.lang.Object
org.nuxeo.ecm.webapp.contentbrowser.ServerActionsBean
- All Implemented Interfaces:
- Serializable, ServerActions
@Name(value="serverActions")
@Scope(value=CONVERSATION)
public class ServerActionsBean
- extends Object
- implements ServerActions, Serializable
Action listener that knows how to retrieve a list of core servers.
- Author:
- Olivier Grisel, Florent Guillaume
- See Also:
- Serialized Form
ServerActionsBean
public ServerActionsBean()
getAvailableRepositories
@Factory(value="availableCoreRepositories")
public List<Repository> getAvailableRepositories()
throws ClientException
- Retrieves the available locations.
- Specified by:
getAvailableRepositories
in interface ServerActions
- Throws:
ClientException
selectRepository
public String selectRepository(String repositoryName)
throws ClientException
- Description copied from interface:
ServerActions
- Stores the selected location.
- Specified by:
selectRepository
in interface ServerActions
- Returns:
- the page that displays the domains ( found at the selected
RepositoryLocation
.
- Throws:
ClientException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.