Class | Description |
---|---|
NoAutoGeneratedIdViewHandler |
This
ViewHandler once installed will during development stage throw an IllegalStateException whenever
an automatically generated JSF component ID (j_id... ) is encountered in the rendered output. |
NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter |
This response writer throws an
IllegalStateException when an attribute with name "id" is written with
a non-null value which starts with UIViewRoot.UNIQUE_ID_PREFIX or contains an intermediate. |
RestorableViewHandler |
This view handler implementation will recreate the entire view state whenever the view has apparently been expired,
i.e.
|
Copyright © 2012–2016 OmniFaces. All rights reserved.