Package | Description |
---|---|
org.omnifaces.facesviews |
This package contains the classes for the OmniFaces FacesViews feature.
|
org.omnifaces.filter |
Modifier and Type | Class and Description |
---|---|
class |
FacesViewsForwardingFilter
This filter makes sure extensionless requests arrive at the FacesServlet using an extension on which that Servlet is
mapped, and that non-extensionless requests are handled according to a set preference.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheControlFilter
This filter will control the cache-related headers of the response.
|
class |
CharacterEncodingFilter
This filter will set the request body character encoding when not already set by the client.
|
class |
FacesExceptionFilter
The
FacesExceptionFilter will solve 2 problems with exceptions thrown in JSF methods. |
class |
GzipResponseFilter
The
GzipResponseFilter will apply GZIP compression on responses whenever applicable. |
class |
OnDemandResponseBufferFilter
Filter that wraps the response with one capable of buffering on command.
|
Copyright © 2012–2022 OmniFaces. All rights reserved.