Add an "asset:" object provider, to simplfy injecting assets into services
--------------------------------------------------------------------------

                 Key: TAPESTRY-1325
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1325
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0
            Reporter: Howard M. Lewis Ship


It is currently too much code (i.e., too much code to test) to inject an asset 
(such as a stylesheet, image, or JavaScript library) into a service (i.e, 
pretty easy inside a component).

It would be nice if:

@Inject("asset:classpath:/org/apache/tapestry/default.css") Asset 
defaultStylesheet

work work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to