WEBrick::HTTPServlet::AbstractServlet
# File lib/taskjuggler/daemon/WelcomePage.rb, line 25 def self.get_instance(config, options) self.new(config, *options) end
# File lib/taskjuggler/daemon/WelcomePage.rb, line 21 def initialize(config, *options) super end
# File lib/taskjuggler/daemon/WelcomePage.rb, line 29 def do_GET(req, res) @req = req @res = res begin generateWelcomePage #rescue end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.