# File lib/cgikit/component.rb, line 204
  def end_context( context )
    if subcomponent? then
      context.component = parent
      @parent_context_id = context.context_id
    end
  end