Index

A C E F G I N P R S T V 
All Classes|All Packages

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.
applyResourceNameMatcher(String) - Method in class groovy.servlet.AbstractHttpServlet
 

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.
Subclasses may override this method to provide a custom engine.

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

generateNamePrefixOnce() - Method in class groovy.servlet.AbstractHttpServlet
 
get(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
get(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(ServletRequest, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(ServletRequest, 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.
INIT_PARAM_RESOURCE_NAME_REGEX - Static variable in class groovy.servlet.AbstractHttpServlet
 
INIT_PARAM_RESOURCE_NAME_REGEX_FLAGS - Static variable in class groovy.servlet.AbstractHttpServlet
 
initTemplateEngine(ServletConfig) - Method in class groovy.servlet.TemplateServlet
Creates the template engine.

N

namePrefix - Variable in class groovy.servlet.AbstractHttpServlet
a.fink: it was in AbstractHttpServlet.removeNamePrefix(java.lang.String), but was extracted to var for optimization

P

putAt(HttpSession, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(PageContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(ServletContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(ServletRequest, 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.
removeNamePrefix(String) - Method in class groovy.servlet.AbstractHttpServlet
 
resourceNamePattern - Variable in class groovy.servlet.AbstractHttpServlet
Either null or a compiled pattern 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(HttpSession, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(PageContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(ServletContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(ServletRequest, 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 N P R S T V 
All Classes|All Packages