Uses of Interface
org.apache.struts2.views.velocity.VelocityManager
Packages that use VelocityManager
Package
Description
Classes for views using Velocity.
-
Uses of VelocityManager in org.apache.struts2.views.velocity
Classes in org.apache.struts2.views.velocity that implement VelocityManagerModifier and TypeClassDescriptionclass
Manages the environment for Velocity result types -
Uses of VelocityManager in org.apache.struts2.views.velocity.result
Methods in org.apache.struts2.views.velocity.result with parameters of type VelocityManagerModifier and TypeMethodDescriptionprotected org.apache.velocity.context.Context
VelocityResult.createContext
(VelocityManager velocityManager, ValueStack stack, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String location) Creates the VelocityContext that we'll use to render this page.void
VelocityResult.setVelocityManager
(VelocityManager mgr) -
Uses of VelocityManager in org.apache.struts2.views.velocity.template
Methods in org.apache.struts2.views.velocity.template with parameters of type VelocityManagerModifier and TypeMethodDescriptionvoid
VelocityTemplateEngine.setVelocityManager
(VelocityManager mgr)