org.talika.tarsis.command
Interface Response
- All Known Implementing Classes:
- ResponseImpl
- public interface Response
Interface that defines a client response in Tarsis MVC Framework.
Response object transports all information from the command action
to the command view.Response is intended to decouple Tarsis commands
layer from Servlet layer.
- Version:
- $Revision: 108 $
- Author:
- Jose M. Palomar
|
Method Summary |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets the value of an attribute. |
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
- Sets the value of an attribute.
- Parameters:
name - String name of attribute.value - Object value to be setted.
Copyright © 2002-2005 Talika Open Source Group. All Rights Reserved.