org.apache.tapestry.engine
Interface IComponentMessagesSource

All Known Implementing Classes:
DefaultComponentMessagesSource

public interface IComponentMessagesSource

Defines an object that can provide a component with its IMessages.

Since:
2.0.4
Version:
$Id: IComponentMessagesSource.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

Method Summary
 IMessages getMessages(IComponent component)
           
 void reset()
          Clears all cached information for the source.
 

Method Detail

getMessages

IMessages getMessages(IComponent component)

reset

void reset()
Clears all cached information for the source.