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.velocityClasses in org.apache.struts2.views.velocity that implement VelocityManagerModifier and TypeClassDescriptionclassManages the environment for Velocity result types
- 
Uses of VelocityManager in org.apache.struts2.views.velocity.resultMethods in org.apache.struts2.views.velocity.result with parameters of type VelocityManagerModifier and TypeMethodDescriptionprotected org.apache.velocity.context.ContextVelocityResult.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.voidVelocityResult.setVelocityManager(VelocityManager mgr) 
- 
Uses of VelocityManager in org.apache.struts2.views.velocity.templateMethods in org.apache.struts2.views.velocity.template with parameters of type VelocityManagerModifier and TypeMethodDescriptionvoidVelocityTemplateEngine.setVelocityManager(VelocityManager mgr)