| Class | Description |
|---|---|
| AbstractIgnorableFilter |
Provides common logic for
GenericFilterBean implementations to allow for ignoring behavior based on the presence (or absence)
of a request param. |
| AbstractIgnorableOncePerRequestFilter |
Provides common logic for
OncePerRequestFilter implementations to allow for ignoring behavior based on the presence (or absence)
of a request param. |
| EntityManagerFindValidationFilter |
Used to validate usages of em.find() when querying for a primary key specifically across sibling Multi-Tenant sites.
|
| FilterOrdered |
For Spring Boot implementations, use the
Ordered interface, in conjunction with these
order values, on any Filter implementation beans instantiated through Spring. |
| IgnorableOpenEntityManagerInViewFilter |
OpenEntityManagerInViewFilter implementation that can be "ignored" based on state set by SecurityBasedIgnoreFilter. |
| SecurityBasedIgnoreFilter |
Sets a request attribute that informs all concerned Broadleaf filters that they should pass the request through and
ignore all normal operation.
|
| SessionlessHttpServletRequestWrapper | |
| TranslationFilter |
Responsible for setting the necessary attributes on the
TranslationConsiderationContext. |
| TranslationInterceptor |
Interceptor for use with portlets that calls the
TranslationRequestProcessor. |
| TranslationRequestProcessor |
This processor is responsible for setting up the translation context.
|
Copyright © 2021. All rights reserved.