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