org.apache.tapestry.services
Interface ComponentMessagesSource

All Known Implementing Classes:
ComponentMessagesSourceImpl

public interface ComponentMessagesSource

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

Since:
2.0.4
Author:
Howard Lewis Ship

Method Summary
 org.apache.hivemind.Messages getMessages(IComponent component)
          Gets the associated localized component messages.
 

Method Detail

getMessages

org.apache.hivemind.Messages getMessages(IComponent component)
Gets the associated localized component messages.

Parameters:
component - The component to get properties for.
Returns:
The Messages for the specified component.


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.