Class VelocityBeanSelectionProvider

java.lang.Object
org.apache.struts2.config.AbstractBeanSelectionProvider
org.apache.struts2.views.velocity.VelocityBeanSelectionProvider
All Implemented Interfaces:
com.opensymphony.xwork2.config.BeanSelectionProvider, com.opensymphony.xwork2.config.ConfigurationProvider, com.opensymphony.xwork2.config.ContainerProvider, com.opensymphony.xwork2.config.PackageProvider

public class VelocityBeanSelectionProvider extends org.apache.struts2.config.AbstractBeanSelectionProvider
Please see StrutsBeanSelectionProvider for more details.

The following is a list of the allowed extension points:

Type Property Scope Description
org.apache.struts2.views.velocity.VelocityManager struts.velocity.manager.classname singleton Loads and processes Velocity templates
  • Field Summary

    Fields inherited from class org.apache.struts2.config.AbstractBeanSelectionProvider

    DEFAULT_BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props)
     

    Methods inherited from class org.apache.struts2.config.AbstractBeanSelectionProvider

    alias, alias, destroy, init, loadPackages, needsReload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VelocityBeanSelectionProvider

      public VelocityBeanSelectionProvider()
  • Method Details

    • register

      public void register(com.opensymphony.xwork2.inject.ContainerBuilder builder, com.opensymphony.xwork2.util.location.LocatableProperties props) throws com.opensymphony.xwork2.config.ConfigurationException
      Throws:
      com.opensymphony.xwork2.config.ConfigurationException