Class ResteasyConstants


  • public final class ResteasyConstants
    extends Object
    Constants used in the Resteasy component
    • Field Detail

      • RESTEASY_PROXY_METHOD

        @Metadata(label="producer",
                  description="The resteasy method to process the request",
                  javaType="String")
        public static final String RESTEASY_PROXY_METHOD
        See Also:
        Constant Field Values
      • RESTEASY_PROXY_METHOD_PARAMS

        @Metadata(label="producer",
                  description="The proxy method params",
                  javaType="java.util.ArrayList")
        public static final String RESTEASY_PROXY_METHOD_PARAMS
        See Also:
        Constant Field Values
      • RESTEASY_USERNAME

        @Metadata(label="producer",
                  description="The username",
                  javaType="String")
        public static final String RESTEASY_USERNAME
        See Also:
        Constant Field Values
      • RESTEASY_PASSWORD

        @Metadata(label="producer",
                  description="The password",
                  javaType="String")
        public static final String RESTEASY_PASSWORD
        See Also:
        Constant Field Values
      • RESTEASY_CONTEXT_PATH

        @Metadata(description="The context path",
                  javaType="String")
        public static final String RESTEASY_CONTEXT_PATH
        See Also:
        Constant Field Values
      • RESTEASY_HTTP_METHOD

        @Metadata(label="producer",
                  description="The resteasy method to process the request",
                  javaType="String")
        public static final String RESTEASY_HTTP_METHOD
        See Also:
        Constant Field Values
      • RESTEASY_HTTP_REQUEST

        @Metadata(description="The http request",
                  javaType="String")
        public static final String RESTEASY_HTTP_REQUEST
        See Also:
        Constant Field Values
      • RESTEASY_PROXY_PRODUCER_EXCEPTION

        @Metadata(label="producer",
                  description="The proxy client exception",
                  javaType="Exception")
        public static final String RESTEASY_PROXY_PRODUCER_EXCEPTION
        See Also:
        Constant Field Values
      • HTTP_QUERY

        @Metadata(label="producer",
                  description="The http query",
                  javaType="String")
        public static final String HTTP_QUERY
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(label="producer",
                  description="The content type",
                  javaType="String")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • HTTP_PATH

        @Metadata(description="The http path",
                  javaType="String")
        public static final String HTTP_PATH
        See Also:
        Constant Field Values