Annotation Type UnknownActivationContextCheck

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element 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.
    • Element Detail

      • value

        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.
        See Also:
        MetaDataConstants.UNKNOWN_ACTIVATION_CONTEXT_CHECK, HttpError
        Default:
        true