Interface TagLibraryDirectiveProvider


public interface TagLibraryDirectiveProvider
Provides Velocity implementation classes for a tag library
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a list of Velocity directive classes for the tag library.
  • Method Details

    • getDirectiveClasses

      List<Class<?>> getDirectiveClasses()
      Gets a list of Velocity directive classes for the tag library. Called once on framework startup when initializing Velocity.
      Returns:
      A list of Velocity directive classes