Feature #45103
Make static resource URI generation available outside of Fluid
| Status: | New | Start date: | 2013-02-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% |
|
| Category: | Resource | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | No |
Description
The ResourcePublisher does only have a method to get the static resources web base URI (getStaticResourcesWebBaseUri). To resolve resource://... URIs outside of Fluid the functionality of the ResourceViewHelper has to be duplicated.
The ResourcePublisher should get a method getStaticResourceWebUri(...) to resolve the URI inside the resource publisher.