FileDocCategorySizeDatePackage
TagLibrary.javaAPI DocExample1987Mon Jul 23 13:26:52 BST 2007org.apache.struts2.views

TagLibrary

public interface TagLibrary
Provides Velocity and Freemarker implementation classes for a tag library

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetFreemarkerModels(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
Gets a Java object that contains getters for the tag library's Freemarker models. Called once per Freemarker template processing.

param
stack The current value stack
param
req The HTTP request
param
res The HTTP response
return
The Java object containing the Freemarker model getter methods

public java.util.ListgetVelocityDirectiveClasses()
Gets a list of Velocity directive classes for the tag library. Called once on framework startup when initializing Velocity.

return
A list of Velocity directive classes