Interface VelocityManager
- All Known Implementing Classes:
StrutsVelocityManager
public interface VelocityManager
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.context.Context
createContext
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) org.apache.velocity.app.VelocityEngine
void
init
(jakarta.servlet.ServletContext context)
-
Method Details
-
createContext
org.apache.velocity.context.Context createContext(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) -
getVelocityEngine
org.apache.velocity.app.VelocityEngine getVelocityEngine() -
init
void init(jakarta.servlet.ServletContext context)
-