Uses of Class
org.apache.velocity.tools.view.VelocityView
-
Packages that use VelocityView Package Description org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications.org.apache.velocity.tools.view.jsp org.apache.velocity.tools.view.servlet All classes in this package have been deprecated. -
-
Uses of VelocityView in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return VelocityView Modifier and Type Method Description static VelocityViewServletUtils. getVelocityView(javax.servlet.FilterConfig config)Returns the sharedVelocityViewfor the specifiedFilterConfig's context.static VelocityViewServletUtils. getVelocityView(javax.servlet.ServletConfig config)Returns the sharedVelocityViewfor the specifiedServletConfig's context.static VelocityViewServletUtils. getVelocityView(javax.servlet.ServletContext application)Returns the sharedVelocityViewfor the specifiedServletContext.static VelocityViewServletUtils. getVelocityView(javax.servlet.ServletContext application, boolean createIfMissing)Returns the sharedVelocityViewfor the specifiedServletContext.static VelocityViewServletUtils. getVelocityView(JeeConfig config)Returns the sharedVelocityViewfor the specifiedJeeConfig's context.protected VelocityViewVelocityViewFilter. getVelocityView()protected VelocityViewVelocityViewServlet. getVelocityView()Methods in org.apache.velocity.tools.view with parameters of type VelocityView Modifier and Type Method Description protected voidVelocityViewServlet. setVelocityView(VelocityView view) -
Uses of VelocityView in org.apache.velocity.tools.view.jsp
Fields in org.apache.velocity.tools.view.jsp declared as VelocityView Modifier and Type Field Description protected VelocityViewVelocityViewTag. viewMethods in org.apache.velocity.tools.view.jsp that return VelocityView Modifier and Type Method Description VelocityViewVelocityViewTag. getVelocityView()Methods in org.apache.velocity.tools.view.jsp with parameters of type VelocityView Modifier and Type Method Description voidVelocityViewTag. setVelocityView(VelocityView view) -
Uses of VelocityView in org.apache.velocity.tools.view.servlet
Methods in org.apache.velocity.tools.view.servlet that return VelocityView Modifier and Type Method Description protected VelocityViewVelocityLayoutServlet. getVelocityView()Deprecated.Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x.protected VelocityViewVelocityViewServlet. getVelocityView()Deprecated.Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x.
-