Save This Page
Home » velocity-1.5 » org.apache.velocity.tools » view » tools » [javadoc | source]
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.
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