Constant Field Values

Contents

org.apache.*

  • 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\'}},{in:\'query\',name:\'invokeArgs\',description:\'The arguments as an array.\',examples:{example:\'foo,bar\'}}"
  • org.apache.juneau.rest.converter.Queryable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "{in:\'query\',name:\'s\',description:\'Search.\nKey/value pairs representing column names and search tokens.\n\\\'*\\\' and \\\'?\\\' can be used as meta-characters in string fields.\n\\\'>\\\', \\\'>=\\\', \\\'<\\\', and \\\'<=\\\' can be used as limits on numeric and date fields.\nDate fields can be matched with partial dates (e.g. \\\'2018\\\' to match any date in the year 2018).\',type:\'array\',collectionFormat:\'csv\',examples:{example:\'?s=Bill*,birthDate>2000\'}},{in:\'query\',name:\'v\',description:\'View.\nColumn names to display.\',type:\'array\',collectionFormat:\'csv\',examples:{example:\'?v=name,birthDate\'}},{in:\'query\',name:\'o\',description:\'Order by.\nColumns to sort by.\nColumn names can be suffixed with \\\'+\\\' or \\\'-\\\' to indicate ascending or descending order.\nThe default is ascending order.\',type:\'array\',collectionFormat:\'csv\',examples:{example:\'?o=name,birthDate-\'}},{in:\'query\',name:\'p\',description:\'Position.\nOnly return rows starting at the specified index position (zero-indexed).\nDefault is 0\',type:\'integer\',examples:{example:\'?p=100\'}},{in:\'query\',name:\'l\',description:\'Limit.\nOnly return the specified number of rows.\nDefault is 0 (meaning return all rows).\',type:\'integer\',examples:{example:\'?l=100\'}}"
  • 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"