QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Resource Handling to handle link in the css file #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Refer  http://ralfzahn.wordpress.com/2011/11/21/annoying-jsf-part-1/ for the 
background information. It suggests to have this solution "Write a custom 
ResourceHandler that replaces URLs in CSS to match the FacesServlet in a valid 
way." .It would be nice if omnifaces includes this ResourceHandler 

Original issue reported on code.google.com by ks20081...@gmail.com on 10 Jan 2013 at 6:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I recently answered a similar question on SO: 
http://stackoverflow.com/a/15000857/157882

This needs some more testing, also in combination with CombinedResourceHandler, 
then I'll maybe add it.

Original comment by balusc on 28 Feb 2013 at 11:20

GoogleCodeExporter commented 9 years ago
UnmappedResourceHandler has been added to OmniFaces: 
http://code.google.com/p/omnifaces/source/detail?r=f8900e121f33b5ddaa900f9d27309
cfbbe7584b7

The attached snapshot contains it. The class' javadoc contains usage 
instructions.

Original comment by balusc on 28 Feb 2013 at 4:15

Attachments: