JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
F
G
I
P
R
S
T
V
A
AbstractHttpServlet
- Class in
groovy.servlet
A base class dealing with common HTTP servlet API housekeeping aspects.
AbstractHttpServlet()
- Constructor for class groovy.servlet.
AbstractHttpServlet
Initializes all fields with default values.
C
CONTENT_TYPE_TEXT_HTML
- Static variable in class groovy.servlet.
AbstractHttpServlet
Content type of the HTTP response.
createGroovyScriptEngine()
- Method in class groovy.servlet.
GroovyServlet
Hook method to setup the GroovyScriptEngine to use.
E
encoding
- Variable in class groovy.servlet.
AbstractHttpServlet
Encoding to use, becomes charset part of contentType.
F
forward(String)
- Method in class groovy.servlet.
ServletBinding
G
get(ServletContext, String)
- Static method in class groovy.servlet.
ServletCategory
get(HttpSession, String)
- Static method in class groovy.servlet.
ServletCategory
get(ServletRequest, String)
- Static method in class groovy.servlet.
ServletCategory
get(PageContext, String)
- Static method in class groovy.servlet.
ServletCategory
getAt(ServletContext, String)
- Static method in class groovy.servlet.
ServletCategory
getAt(HttpSession, String)
- Static method in class groovy.servlet.
ServletCategory
getAt(ServletRequest, String)
- Static method in class groovy.servlet.
ServletCategory
getAt(PageContext, String)
- Static method in class groovy.servlet.
ServletCategory
getResourceConnection(String)
- Method in class groovy.servlet.
AbstractHttpServlet
Interface method for ResourceContainer.
getScriptUri(HttpServletRequest)
- Method in class groovy.servlet.
AbstractHttpServlet
Returns the include-aware uri of the script or template file.
getScriptUriAsFile(HttpServletRequest)
- Method in class groovy.servlet.
AbstractHttpServlet
Parses the http request for the real script or template source file.
getTemplate(File)
- Method in class groovy.servlet.
TemplateServlet
Gets the template created by the underlying engine parsing the request.
getTemplate(URL)
- Method in class groovy.servlet.
TemplateServlet
Gets the template created by the underlying engine parsing the request.
getVariable(String)
- Method in class groovy.servlet.
ServletBinding
getVariables()
- Method in class groovy.servlet.
ServletBinding
groovy.servlet
- package groovy.servlet
Support for Groovlets which are Servlets written as a simple Groovy script.
GroovyServlet
- Class in
groovy.servlet
This servlet will run Groovy scripts as Groovlets.
GroovyServlet()
- Constructor for class groovy.servlet.
GroovyServlet
I
INC_PATH_INFO
- Static variable in class groovy.servlet.
AbstractHttpServlet
Servlet API include key name: path_info
INC_REQUEST_URI
- Static variable in class groovy.servlet.
AbstractHttpServlet
INC_SERVLET_PATH
- Static variable in class groovy.servlet.
AbstractHttpServlet
Servlet API include key name: servlet_path
include(String)
- Method in class groovy.servlet.
ServletBinding
init(ServletConfig)
- Method in class groovy.servlet.
AbstractHttpServlet
Overrides the generic init method to set some debug flags.
init(ServletConfig)
- Method in class groovy.servlet.
GroovyServlet
Initialize the GroovyServlet.
init(ServletConfig)
- Method in class groovy.servlet.
TemplateServlet
Initializes the servlet from hints the container passes.
initTemplateEngine(ServletConfig)
- Method in class groovy.servlet.
TemplateServlet
Creates the template engine.
P
putAt(ServletContext, String, Object)
- Static method in class groovy.servlet.
ServletCategory
putAt(HttpSession, String, Object)
- Static method in class groovy.servlet.
ServletCategory
putAt(ServletRequest, String, Object)
- Static method in class groovy.servlet.
ServletCategory
putAt(PageContext, String, Object)
- Static method in class groovy.servlet.
ServletCategory
R
redirect(String)
- Method in class groovy.servlet.
ServletBinding
reflection
- Variable in class groovy.servlet.
AbstractHttpServlet
Mirrors the static value of the reflection flag in MetaClass.
resourceNameMatcher
- Variable in class groovy.servlet.
AbstractHttpServlet
Either
null
or a compiled pattern matcher read from "
resource.name.regex
" and used in
AbstractHttpServlet.getScriptUri(HttpServletRequest)
.
resourceNameReplaceAll
- Variable in class groovy.servlet.
AbstractHttpServlet
The replace method to use on the matcher.
resourceNameReplacement
- Variable in class groovy.servlet.
AbstractHttpServlet
The replacement used by the resource name matcher.
S
service(HttpServletRequest, HttpServletResponse)
- Method in class groovy.servlet.
GroovyServlet
Handle web requests to the GroovyServlet
service(HttpServletRequest, HttpServletResponse)
- Method in class groovy.servlet.
TemplateServlet
Services the request with a response.
ServletBinding
- Class in
groovy.servlet
Servlet-specific binding extension to lazy load the writer or the output stream from the response.
ServletBinding(HttpServletRequest, HttpServletResponse, ServletContext)
- Constructor for class groovy.servlet.
ServletBinding
Initializes a servlet binding.
ServletCategory
- Class in
groovy.servlet
Servlet support.
ServletCategory()
- Constructor for class groovy.servlet.
ServletCategory
servletContext
- Variable in class groovy.servlet.
AbstractHttpServlet
Servlet (or the web application) context.
set(ServletContext, String, Object)
- Static method in class groovy.servlet.
ServletCategory
set(HttpSession, String, Object)
- Static method in class groovy.servlet.
ServletCategory
set(ServletRequest, String, Object)
- Static method in class groovy.servlet.
ServletCategory
set(PageContext, String, Object)
- Static method in class groovy.servlet.
ServletCategory
setVariable(String, Object)
- Method in class groovy.servlet.
ServletBinding
setVariables(ServletBinding)
- Method in class groovy.servlet.
AbstractHttpServlet
Override this method to set your variables to the Groovy binding.
T
TemplateServlet
- Class in
groovy.servlet
A generic servlet for serving (mostly HTML) templates.
TemplateServlet()
- Constructor for class groovy.servlet.
TemplateServlet
Create new TemplateServlet.
V
verbose
- Variable in class groovy.servlet.
AbstractHttpServlet
Controls almost all log output.
A
C
E
F
G
I
P
R
S
T
V
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2012 The Codehaus. All rights reserved.
Prev
Next
Frames
No Frames
All Classes