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(ComponentResourceSelector selector)
          Gets (or creates) an instance of ComponentPageElementResources for the indicated selector.
 

Method Detail

get

ComponentPageElementResources get(ComponentResourceSelector selector)
Gets (or creates) an instance of ComponentPageElementResources for the indicated selector.

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


Copyright © 2003-2012 The Apache Software Foundation.