org.apache.tapestry5.internal.structure
Interface ComponentPageElementResourcesSource

All Known Implementing Classes:
ComponentPageElementResourcesSourceImpl

public interface ComponentPageElementResourcesSource

Provides access to the ComponentPageElementResources facade.


Method Summary
 ComponentPageElementResources get(Locale locale)
          Gets (or creates) an instance of ComponentPageElementResources for the indicated locale.
 

Method Detail

get

ComponentPageElementResources get(Locale locale)
Gets (or creates) an instance of ComponentPageElementResources for the indicated locale.

Parameters:
locale - to create the resources for
Returns:
the resources


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