Class RemoveEmptyActionGroupInterceptor

java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.RemoveEmptyActionGroupInterceptor
All Implemented Interfaces:
FormInterceptor

@Component @Order(2147483647) public class RemoveEmptyActionGroupInterceptor extends Object implements FormInterceptor
Remove empty action groups as we remove the selection (in the frontend) if there is no main action bar. Possibly such a group contained a placeholder action removed by RemovePlaceholderInterceptor. This interceptor runs last.