changcheng / wro4j

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

All processors should be reusable outside of wro4j request cycle #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the processors require wro4j internals (using @Inject annotation) and 
are impossible to reuse. 

The purpose of this task is to make all processors reusable by providing 
protected methods which could be overriden by clients.

Original issue reported on code.google.com by alex.obj...@gmail.com on 12 Dec 2011 at 9:05

GoogleCodeExporter commented 9 years ago
Though it is not possible to reuse all processors outside wro4j request cycle, 
it is possible to simulate it. Documented here: 
http://code.google.com/p/wro4j/wiki/ReusingProcessors

Original comment by alex.obj...@gmail.com on 7 Feb 2012 at 9:08