org.apache.tapestry5.runtime
Interface ComponentResourcesAware

All Known Subinterfaces:
Component, ComponentMethodInvocation
All Known Implementing Classes:
AbstractComponentMethodInvocation

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
 ComponentResources getComponentResources()
          Returns the resources associated with this component class.
 

Method Detail

getComponentResources

ComponentResources getComponentResources()
Returns the resources associated with this component class.



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