Package org.apache.tapestry5.runtime
Interface ComponentResourcesAware
- 
- All Known Subinterfaces:
 Component
public interface ComponentResourcesAware
Interface implemented by components (after they have been transformed at load time). Component classes should not implement this interface directly. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentResourcesgetComponentResources()Returns the resources associated with this component class. 
 - 
 
- 
- 
Method Detail
- 
getComponentResources
ComponentResources getComponentResources()
Returns the resources associated with this component class. 
 - 
 
 -