Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCEPT_CHARSET |
static byte[] |
AMP |
static byte[] |
GT |
static byte[] |
LT |
static byte[] |
MPSEMI |
static byte[] |
NO39 |
static byte[] |
POSSEMI |
static byte[] |
QUOT |
static byte[] |
TSEMI |
static int |
UNICODE_MAX |
static byte[] |
UOTSEMI |
Constructor and Description |
---|
CGIEscape() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
cgiesc_escape_html(ThreadContext context,
IRubyObject self,
IRubyObject _str) |
static IRubyObject |
cgiesc_escape(ThreadContext context,
IRubyObject self,
IRubyObject _str) |
static IRubyObject |
cgiesc_unescape_html(ThreadContext context,
IRubyObject self,
IRubyObject _str) |
static IRubyObject |
cgiesc_unescape(ThreadContext context,
IRubyObject self,
IRubyObject[] argv) |
void |
load(Ruby runtime,
boolean wrap) |
public static final java.lang.String ACCEPT_CHARSET
public static final byte[] NO39
public static final byte[] AMP
public static final byte[] QUOT
public static final byte[] LT
public static final byte[] GT
public static final int UNICODE_MAX
public static final byte[] TSEMI
public static final byte[] UOTSEMI
public static final byte[] MPSEMI
public static final byte[] POSSEMI
public static IRubyObject cgiesc_escape_html(ThreadContext context, IRubyObject self, IRubyObject _str)
public static IRubyObject cgiesc_unescape_html(ThreadContext context, IRubyObject self, IRubyObject _str)
public static IRubyObject cgiesc_escape(ThreadContext context, IRubyObject self, IRubyObject _str)
public static IRubyObject cgiesc_unescape(ThreadContext context, IRubyObject self, IRubyObject[] argv)
Copyright © 2001-2020 JRuby. All Rights Reserved.