Groovy 1.7.0

Package groovy.servlet

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

 

Class Summary
AbstractHttpServlet A common ground dealing with the HTTP servlet API wrinkles.
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.
ServletBinding.InvalidOutputStream A OutputStream dummy that will throw a GroovyBugError for any write method call to it.
ServletBinding.ServletOutput A class to manage the response output stream and writer.
ServletCategory Servlet support.
TemplateServlet A generic servlet for serving (mostly HTML) templates.
TemplateServlet.TemplateCacheEntry Simple cache entry that validates against last modified and length attributes of the specified file.
 


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