This project has retired. For details please refer to its Attic page.
Executable (Tiles 2 2.2.2 API)

org.apache.tiles.velocity.template
Interface Executable

Package class diagram package Executable
All Known Implementing Classes:
AddAttributeVModel, DefinitionVModel, GetAsStringVModel, ImportAttributeVModel, InsertAttributeVModel, InsertDefinitionVModel, InsertTemplateVModel, PutAttributeVModel

Deprecated. Use Velocity directives.

@Deprecated
public interface Executable

It represents an object that can be executed under a Velocity+Servlet context.

Since:
2.2.0
Version:
$Rev: 902403 $ $Date: 2010-01-23 14:31:17 +0100 (sab, 23 gen 2010) $

Method Summary
 org.apache.velocity.runtime.Renderable execute(HttpServletRequest request, HttpServletResponse response, org.apache.velocity.context.Context velocityContext, Map<String,Object> params)
          Deprecated. Executes the command.
 

Method Detail

execute

org.apache.velocity.runtime.Renderable execute(HttpServletRequest request,
                                               HttpServletResponse response,
                                               org.apache.velocity.context.Context velocityContext,
                                               Map<String,Object> params)
Deprecated. 
Executes the command.

Parameters:
request - The HTTP request.
response - The HTTP response-
velocityContext - The Velocity context.
params - The map of the parameters.
Returns:
A renderable object. It does not necessary render anything.
Since:
2.2.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.