Class CKAdapter
In: lib/cgikit.rb
Parent: Object

CKAdapter is an interface between CGIKit and a web server. This object has a reference to a request/response object created by a CKAdaptee object.

The role of CKAdapter is to provide the consistent interface to CKApplication. The difference of the relatioship between CGIKit and a web server is aboserbed by a CKAdaptee obejct.

Methods
create_request    create_response    new    run   
Attributes
:adaptee  [RW] 
Public Class methods
new( interface )

interface corresponds to adaptee's class and filename.

Public Instance methods
run( response )
create_request()
create_response()