Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.runtime » [javadoc | source]
org.apache.tapestry5.runtime
public interface: ComponentResourcesAware [javadoc | source]

All Known Implementing Classes:
    Component

Interface implemented by components (after they have been transformed at load time). Component classes should not implement this interface directly.
Method from org.apache.tapestry5.runtime.ComponentResourcesAware Summary:
getComponentResources
Method from org.apache.tapestry5.runtime.ComponentResourcesAware Detail:
 public ComponentResources getComponentResources()
    Returns the resources associated with this component class.