Class | Description |
---|---|
FeatureInterceptor |
This interceptor checks if a controller or controller method is annotated with the
FeaturesAreActive annotation to determine if a controller should be
activated or not. |
Annotation Type | Description |
---|---|
FeaturesAreActive |
Annotate a
Controller or a controller method to only activate it when
all the features given in the features() attribute of the given featureClass() are active. |
Copyright © 2017. All Rights Reserved.