Hi I will abort the solution with ResourceReference.
I will try to use a IRequestMapper (PluginResourceMapper) for each started plugin (if request url is ./plugin/plugin-name/...). The mapRequest() method will return a ResourceRequestHandler (PluginResourceRequestHandler) that returns a ContextRelativResource (PluginResource) on getResource() method. Each wicket plugin has a method getPluginResourceUrl(String relativePath) - with a possible implementation getRequestCycle().urlFor(PluginResourceRequestHandler).toString(). Does this make sense? Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/need-advice-for-wicket-plugin-s-implementation-tp4653751p4653755.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
