# File lib/cgikit.rb, line 4668
        def initialize( application )
                @application          = application
                @resources            = @application.resources
                @web_server_resources = @application.web_server_resources
                @document_root        = @application.document_root
        end