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