Serialized Form
| 
Package org.apache.velocity.tools.view.context | 
request
javax.servlet.http.HttpServletRequest request
- A local reference to the current servlet request.
 
response
javax.servlet.http.HttpServletResponse response
- A local reference to the current servlet response.
 
session
javax.servlet.http.HttpSession session
- A local reference to the servlet session.
 
application
javax.servlet.ServletContext application
- A local reference to the servlet context.
 
toolboxContext
ToolboxContext toolboxContext
- The toolbox.
 
toolbox
java.util.Map toolbox
- The collection of view tools in this toolbox.
 
| 
Package org.apache.velocity.tools.view.servlet | 
errorTemplate
java.lang.String errorTemplate
layoutDir
java.lang.String layoutDir
defaultLayout
java.lang.String defaultLayout
encoding
java.lang.String encoding
- The encoding to use when generating outputing.
 
defaultContentType
java.lang.String defaultContentType
- The default content type.
 
toolboxManager
ServletToolboxManager toolboxManager
- A reference to the toolbox manager.
 
| 
Package org.apache.velocity.tools.view.tools | 
Copyright (c) 2003 Apache Software Foundation