Class ComponentScopeInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.ComponentScopeInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(1100)
public class ComponentScopeInterceptor
extends Object
implements FormInterceptor
removes CompositeComponents if scopes are defined and the current scope is not in the set of scopes of the component.
-
Field Summary
FieldsFields inherited from interface FormInterceptor
SORTING_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormInterceptor
getActionGroupBuilder, getActionGroupBuilder, getActionsActionGroupBuilder, getCreateCopyActionGroupBuilder, getOutputActionGroupBuilder
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
ComponentScopeInterceptor
public ComponentScopeInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-