com.blueworld.lassopro
Class LassoEncodings

java.lang.Object
  |
  +--com.blueworld.lassopro.LassoEncodings

public final class LassoEncodings
extends java.lang.Object

Text encodings returned by the getTagEncoding method


Field Summary
static int ENCODE_BREAK
           
static int ENCODE_DEFAULT
           
static int ENCODE_NONE
           
static int ENCODE_RAW
           
static int ENCODE_SMART
           
static int ENCODE_STRICT_URL
           
static int ENCODE_URL
           
static int ENCODE_XML
           
 
Constructor Summary
LassoEncodings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODE_URL

public static final int ENCODE_URL
See Also:
Constant Field Values

ENCODE_RAW

public static final int ENCODE_RAW
See Also:
Constant Field Values

ENCODE_SMART

public static final int ENCODE_SMART
See Also:
Constant Field Values

ENCODE_BREAK

public static final int ENCODE_BREAK
See Also:
Constant Field Values

ENCODE_DEFAULT

public static final int ENCODE_DEFAULT
See Also:
Constant Field Values

ENCODE_STRICT_URL

public static final int ENCODE_STRICT_URL
See Also:
Constant Field Values

ENCODE_XML

public static final int ENCODE_XML
See Also:
Constant Field Values

ENCODE_NONE

public static final int ENCODE_NONE
See Also:
Constant Field Values
Constructor Detail

LassoEncodings

public LassoEncodings()