Class CGIEscape

java.lang.Object
org.jruby.ext.cgi.escape.CGIEscape
All Implemented Interfaces:
Library

public class CGIEscape extends Object implements Library
Created by headius on 12/8/16.
  • Field Details

    • ACCEPT_CHARSET

      public static final String ACCEPT_CHARSET
      See Also:
    • NO39

      public static final byte[] NO39
    • AMP

      public static final byte[] AMP
    • QUOT

      public static final byte[] QUOT
    • LT

      public static final byte[] LT
    • GT

      public static final byte[] GT
    • UNICODE_MAX

      public static final int UNICODE_MAX
      See Also:
    • TSEMI

      public static final byte[] TSEMI
    • UOTSEMI

      public static final byte[] UOTSEMI
    • MPSEMI

      public static final byte[] MPSEMI
    • POSSEMI

      public static final byte[] POSSEMI
    • upper_hexdigits

      static final byte[] upper_hexdigits
    • ruby_digit36_to_number_table

      private static final int[] ruby_digit36_to_number_table
  • Constructor Details

    • CGIEscape

      public CGIEscape()
  • Method Details