org.apache.tapestry5.runtime
Interface ComponentResourcesAware

All Known Subinterfaces:
Component, ComponentMethodInvocation

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 © 2003-2012 The Apache Software Foundation.