# File lib/cgikit/component.rb, line 171
  def increment_and_record_if_subcomponent( context )
    if subcomponent? then
      context.increment
      @parent_context_id = context.context_id
    end
  end