public class ContainerContext extends Object implements Serializable
| Constructor and Description | 
|---|
ContainerContext(String spaceId,
                String repositoryName,
                String documentContextId,
                String userLanguage)  | 
ContainerContext(String spaceId,
                String repositoryName,
                String documentContextId,
                String userLanguage,
                Map<String,String> parameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDocumentContextId()  | 
String | 
getParameter(String name)  | 
Map<String,String> | 
getParameters()  | 
String | 
getRepositoryName()  | 
String | 
getSpaceId()  | 
String | 
getUserLanguage()  | 
void | 
setParameter(String name,
            String value)  | 
public ContainerContext(String spaceId, String repositoryName, String documentContextId, String userLanguage)
Copyright © 2015 Nuxeo SA. All rights reserved.