org.apache.velocity.tools.view.tools
public interface: ViewTool [javadoc |
source]
All Known Implementing Classes:
ViewRenderTool, TilesTool, BrowserSnifferTool, MultiViewsTool, FormTool, ImportTool, AbstractPagerTool, CookieTool, LinkTool, AbstractSearchTool, ErrorsTool, StrutsLinkTool, ParameterParser, MessageTool, SecureLinkTool, ValidatorTool, ActionMessagesTool, MessageResourcesTool
Generic view tool interface to assist in tool management.
This interface provides the
#init(Object initData) method
as a hook for ToolboxManager implementations to pass data in to
tools to initialize them. See
org.apache.velocity.tools.view.ViewToolInfo for more on this.
- author:
< - a href="mailto:nathan@esha.com">Nathan Bubna
- version:
$ - Id: ViewTool.java 71982 2004-02-18 20:11:07Z nbubna $
| Method from org.apache.velocity.tools.view.tools.ViewTool Summary: |
|---|
|
init |
| Method from org.apache.velocity.tools.view.tools.ViewTool Detail: |
public void init(Object initData)
Initializes this instance using the given data |