# File lib/cgikit.rb, line 1191
        def component?( name )
                if @component == name then
                        true
                else
                        false
                end
        end