Class ComponentContext
- java.lang.Object
-
- org.silverpeas.core.web.mvc.controller.ComponentContext
-
public class ComponentContext extends Object
Built by the main session controller the ComponentContext objects store the context of a component instance: space, user, ... Used by the abstract component session controllers.- Author:
- nicolas and didier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentComponentId()
String
getCurrentComponentName()
String[]
getCurrentProfile()
String
getCurrentSpaceId()
String
getCurrentSpaceName()
void
setCurrentComponentId(String clientComponentId)
void
setCurrentComponentName(String currentComponentName)
void
setCurrentSpaceId(String currentSpaceId)
void
setCurrentSpaceName(String currentSpaceName)
-
-
-
Method Detail
-
setCurrentSpaceName
public void setCurrentSpaceName(String currentSpaceName)
-
getCurrentSpaceName
public String getCurrentSpaceName()
-
setCurrentSpaceId
public void setCurrentSpaceId(String currentSpaceId)
-
getCurrentSpaceId
public String getCurrentSpaceId()
-
setCurrentComponentId
public void setCurrentComponentId(String clientComponentId)
-
getCurrentComponentId
public String getCurrentComponentId()
-
setCurrentComponentName
public void setCurrentComponentName(String currentComponentName)
-
getCurrentComponentName
public String getCurrentComponentName()
-
getCurrentProfile
public String[] getCurrentProfile()
-
-