Constant Field Values

Contents

org.apache.*

  • org.apache.juneau.Constants
    Modifier and Type
    Constant Field
    Value
    public static final String
    "_NONE_"
  • org.apache.juneau.config.vars.ConfigVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "C"
  • org.apache.juneau.html.HtmlWidgetVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "W"
  • org.apache.juneau.rest.converter.Introspectable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "{in:\'query\',name:\'invokeMethod\',description:\' The Java method name, optionally with arguments if necessary to differentiate between methods.\',examples:{example:\'toString\'}},\n{in:\'query\',name:\'invokeArgs\',description:\'The arguments as an array.\',examples:{example:\'foo,bar\'}}\n"
  • org.apache.juneau.rest.converter.Queryable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "{\n\tin:\'query\',\n\tname:\'s\',\n\tdescription:\'Search.\n\t\tKey/value pairs representing column names and search tokens.\n\t\t\\\'*\\\' and \\\'?\\\' can be used as meta-characters in string fields.\n\t\t\\\'>\\\', \\\'>=\\\', \\\'<\\\', and \\\'<=\\\' can be used as limits on numeric and date fields.\n\t\tDate fields can be matched with partial dates (e.g. \\\'2018\\\' to match any date in the year 2018).\',\n\ttype:\'array\',\n\tcollectionFormat:\'csv\',\n\texamples:{example:\'?s=Bill*,birthDate>2000\'}\n},{\n\tin:\'query\',\n\tname:\'v\',\n\tdescription:\'View.\n\t\tColumn names to display.\',\n\ttype:\'array\',\n\tcollectionFormat:\'csv\',\n\texamples:{example:\'?v=name,birthDate\'}\n},{\n\tin:\'query\',\n\tname:\'o\',\n\tdescription:\'Order by.\n\t\tColumns to sort by.\n\t\tColumn names can be suffixed with \\\'+\\\' or \\\'-\\\' to indicate ascending or descending order.\n\t\tThe default is ascending order.\',\n\ttype:\'array\',\n\tcollectionFormat:\'csv\',\n\texamples:{example:\'?o=name,birthDate-\'}\n},{\n\tin:\'query\',\n\tname:\'p\',\n\tdescription:\'Position.\n\t\tOnly return rows starting at the specified index position (zero-indexed).\n\t\tDefault is 0\',\n\ttype:\'integer\',\n\texamples:{example:\'?p=100\'}\n},{\n\tin:\'query\',\n\tname:\'l\',\n\tdescription:\'Limit.\n\t\tOnly return the specified number of rows.\n\t\tDefault is 0 (meaning return all rows).\',\n\ttype:\'integer\',\n\texamples:{example:\'?l=100\'}\n}"
  • org.apache.juneau.rest.processor.ResponseProcessor
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
    public static final int
    0
    public static final int
    2
  • org.apache.juneau.rest.vars.FileVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "F"
  • org.apache.juneau.rest.vars.LocalizationVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "L"
  • org.apache.juneau.rest.vars.RequestAttributeVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RA"
  • org.apache.juneau.rest.vars.RequestFormDataVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RF"
  • org.apache.juneau.rest.vars.RequestHeaderVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RH"
  • org.apache.juneau.rest.vars.RequestPathVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RP"
  • org.apache.juneau.rest.vars.RequestQueryVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RQ"
  • org.apache.juneau.rest.vars.RequestSwaggerVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RS"
  • org.apache.juneau.rest.vars.RequestVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "R"
  • org.apache.juneau.rest.vars.SerializedRequestAttrVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SA"
  • org.apache.juneau.rest.vars.ServletInitParamVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "I"
  • org.apache.juneau.rest.vars.SwaggerVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SS"
  • org.apache.juneau.rest.vars.UrlEncodeVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UE"
  • org.apache.juneau.rest.vars.UrlVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "U"
  • org.apache.juneau.svl.vars.ArgsVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "A"
  • org.apache.juneau.svl.vars.CoalesceVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CO"
  • org.apache.juneau.svl.vars.EnvVariablesVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "E"
  • org.apache.juneau.svl.vars.IfVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IF"
  • org.apache.juneau.svl.vars.LenVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LN"
  • org.apache.juneau.svl.vars.LowerCaseVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LC"
  • org.apache.juneau.svl.vars.ManifestFileVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MF"
  • org.apache.juneau.svl.vars.NotEmptyVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "NE"
  • org.apache.juneau.svl.vars.PatternExtractVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PE"
  • org.apache.juneau.svl.vars.PatternMatchVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PM"
  • org.apache.juneau.svl.vars.PatternReplaceVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PR"
  • org.apache.juneau.svl.vars.SubstringVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ST"
  • org.apache.juneau.svl.vars.SwitchVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SW"
  • org.apache.juneau.svl.vars.SystemPropertiesVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "S"
  • org.apache.juneau.svl.vars.UpperCaseVar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UC"