org.apache.struts2.views
Interface TagLibraryDirectiveProvider

All Known Implementing Classes:
DefaultTagLibrary

public interface TagLibraryDirectiveProvider

Provides Velocity implementation classes for a tag library


Method Summary
 List<Class> getDirectiveClasses()
          Gets a list of Velocity directive classes for the tag library.
 

Method Detail

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


Copyright © 2000–2018 Apache Software Foundation. All rights reserved.