Class SaveButtonInterceptor

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

@Component @Order(200) public class SaveButtonInterceptor extends Object implements FormInterceptor
Save action is always added that it can be used to define the sorting (e.g. "after:save"). If the action should not be visible, it is only added as placeholder. It will be removed in RemovePlaceholderInterceptor later.