[
https://issues.apache.org/jira/browse/WICKET-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641596#action_12641596
]
Bruno Borges commented on WICKET-1884:
--------------------------------------
Yes, I've replaced IMarkupResouceStreamProvider, but didn't think the same
would work with IMarkupCacheKeyProvider.
The thing with IMarkupCacheKeyProvider is that it is just used to define a
cache key for some container but it's not possible to _enforceLoad_ from there.
The only place I found I can enforce load is from who calls loadMarkup.
> Remove 'final' from InheritedMarkupMarkupLoader#loadMarkup
> ----------------------------------------------------------
>
> Key: WICKET-1884
> URL: https://issues.apache.org/jira/browse/WICKET-1884
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4-M3
> Reporter: Bruno Borges
> Assignee: Igor Vaynberg
> Priority: Minor
>
> This class is public and it would be useful to extend it, but seems non-sense
> since loadMarkup is final.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.