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
          Deprecated.  
static int ENCODE_DEFAULT
          Deprecated.  
static int ENCODE_NONE
          Deprecated.  
static int ENCODE_RAW
          Deprecated.  
static int ENCODE_SMART
          Deprecated.  
static int ENCODE_STRICT_URL
          Deprecated.  
static int ENCODE_URL
          Deprecated.  
static int ENCODE_XML
          Deprecated.  
 
Constructor Summary
LassoEncodings()
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

ENCODE_RAW

public static final int ENCODE_RAW
Deprecated. 
See Also:
Constant Field Values

ENCODE_SMART

public static final int ENCODE_SMART
Deprecated. 
See Also:
Constant Field Values

ENCODE_BREAK

public static final int ENCODE_BREAK
Deprecated. 
See Also:
Constant Field Values

ENCODE_DEFAULT

public static final int ENCODE_DEFAULT
Deprecated. 
See Also:
Constant Field Values

ENCODE_STRICT_URL

public static final int ENCODE_STRICT_URL
Deprecated. 
See Also:
Constant Field Values

ENCODE_XML

public static final int ENCODE_XML
Deprecated. 
See Also:
Constant Field Values

ENCODE_NONE

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

LassoEncodings

public LassoEncodings()
Deprecated.