Class 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 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()