@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @UseWith(value=PAGE) public @interface UnknownActivationContextCheck
MetaDataConstants.UNKNOWN_ACTIVATION_CONTEXT_CHECK
Modifier and Type | Optional Element and Description |
---|---|
boolean |
value
If
true , the default, the framework will check for an exact (number and type of parameters)
activation context method and if not found will respond with a 404 Not Found status code, if false
the activation context is ignored as it was before 5.4 release. |
public abstract boolean value
true
, the default, the framework will check for an exact (number and type of parameters)
activation context method and if not found will respond with a 404 Not Found status code, if false
the activation context is ignored as it was before 5.4 release.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.