Class UrlQuerySanitizer.IllegalCharacterValueSanitizer
public class UrlQuerySanitizer.IllegalCharacterValueSanitizer : UrlQuerySanitizer.ValueSanitizer, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
UrlQuerySanitizer.IllegalCharacterValueSanitizer
- Implements
- Extension Methods
Constructors
IllegalCharacterValueSanitizer(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public IllegalCharacterValueSanitizer(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
IllegalCharacterValueSanitizer(int)
public IllegalCharacterValueSanitizer(int arg0)
Parameters
Properties
ALL_BUT_NUL_AND_ANGLE_BRACKETS_LEGAL
public static int ALL_BUT_NUL_AND_ANGLE_BRACKETS_LEGAL { get; set; }
Property Value
ALL_BUT_NUL_LEGAL
public static int ALL_BUT_NUL_LEGAL { get; set; }
Property Value
ALL_BUT_WHITESPACE_LEGAL
public static int ALL_BUT_WHITESPACE_LEGAL { get; set; }
Property Value
ALL_ILLEGAL
public static int ALL_ILLEGAL { get; set; }
Property Value
ALL_OK
public static int ALL_OK { get; set; }
Property Value
ALL_WHITESPACE_OK
public static int ALL_WHITESPACE_OK { get; set; }
Property Value
AMP_AND_SPACE_LEGAL
public static int AMP_AND_SPACE_LEGAL { get; set; }
Property Value
AMP_LEGAL
public static int AMP_LEGAL { get; set; }
Property Value
AMP_OK
public static int AMP_OK { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DQUOTE_OK
public static int DQUOTE_OK { get; set; }
Property Value
GT_OK
public static int GT_OK { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LT_OK
public static int LT_OK { get; set; }
Property Value
NON_7_BIT_ASCII_OK
public static int NON_7_BIT_ASCII_OK { get; set; }
Property Value
NUL_OK
public static int NUL_OK { get; set; }
Property Value
OTHER_WHITESPACE_OK
public static int OTHER_WHITESPACE_OK { get; set; }
Property Value
PCT_OK
public static int PCT_OK { get; set; }
Property Value
SCRIPT_URL_OK
public static int SCRIPT_URL_OK { get; set; }
Property Value
SPACE_LEGAL
public static int SPACE_LEGAL { get; set; }
Property Value
SPACE_OK
public static int SPACE_OK { get; set; }
Property Value
SQUOTE_OK
public static int SQUOTE_OK { get; set; }
Property Value
URL_AND_SPACE_LEGAL
public static int URL_AND_SPACE_LEGAL { get; set; }
Property Value
URL_LEGAL
public static int URL_LEGAL { get; set; }
Property Value
Methods
CreatePoolableInstance(int)
HPA initializer for IllegalCharacterValueSanitizer(int arg0)
public static UrlQuerySanitizer.IllegalCharacterValueSanitizer CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
Sanitize(String)
public String Sanitize(String arg0)