Uses of Interface
org.apache.struts2.views.velocity.VelocityManagerInterface
Packages that use VelocityManagerInterface
Package
Description
Classes for views using Velocity.
-
Uses of VelocityManagerInterface in org.apache.struts2.views.velocity
Classes in org.apache.struts2.views.velocity that implement VelocityManagerInterfaceModifier and TypeClassDescriptionclass
Manages the environment for Velocity result types -
Uses of VelocityManagerInterface in org.apache.struts2.views.velocity.result
Methods in org.apache.struts2.views.velocity.result with parameters of type VelocityManagerInterfaceModifier and TypeMethodDescriptionprotected org.apache.velocity.context.Context
VelocityResult.createContext
(VelocityManagerInterface 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
(VelocityManagerInterface mgr) -
Uses of VelocityManagerInterface in org.apache.struts2.views.velocity.template
Methods in org.apache.struts2.views.velocity.template with parameters of type VelocityManagerInterfaceModifier and TypeMethodDescriptionvoid
VelocityTemplateEngine.setVelocityManager
(VelocityManagerInterface mgr)