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
Modifier and TypeMethodDescriptionReturns the resources associated with this component class.
-
Method Details
-
getComponentResources
Returns the resources associated with this component class.
-