Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4
-
None
Description
@ViewMetaData#preProcessor is predefined per view-meta-data.
it should be possible to replace the default implementations globally (via the config mechanism of deltaspike).
example:
org.apache.deltaspike.jsf.api.config.view.View$ViewConfigPreProcessor=org.custom.CustomViewConfigPreProcessor
-> org.custom.CustomViewConfigPreProcessor should be used instead of org.apache.deltaspike.jsf.api.config.view.View$ViewConfigPreProcessor