Package org.apache.struts2.views
Interface TagLibraryDirectiveProvider
public interface TagLibraryDirectiveProvider
Provides Velocity implementation classes for a tag library
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of Velocity directive classes for the tag library.
-
Method Details
-
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
-