Package groovy.servlet

Support for Groovlets which are Servlets written as a simple Groovy script.

See:
          Description

Class Summary
AbstractHttpServlet A base class dealing with common HTTP servlet API housekeeping aspects.
GroovyServlet This servlet will run Groovy scripts as Groovlets.
ServletBinding Servlet-specific binding extension to lazy load the writer or the output stream from the response.
ServletCategory Servlet support.
TemplateServlet A generic servlet for serving (mostly HTML) templates.
 

Package groovy.servlet Description

Support for Groovlets which are Servlets written as a simple Groovy script.


Copyright © 2003-2010 The Codehaus. All rights reserved.