sky.common
Class SkyConst

java.lang.Object
  extended bysky.common.SkyConst

public class SkyConst
extends java.lang.Object

A list of all internal constants used by SAF. All external constants are defined in web.xml file by the user.

$RCSfile: SkyConst.java,v $
$Revision: 1.4 $, $Date: 2005/04/24 03:14:01 $


Field Summary
static int DATA_HTML
          Format data as per HTML language syntax.
static int DATA_SQL
          Format data as per SQL language syntax.
 
Constructor Summary
SkyConst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_SQL

public static final int DATA_SQL
Format data as per SQL language syntax.

See Also:
Constant Field Values

DATA_HTML

public static final int DATA_HTML
Format data as per HTML language syntax.

See Also:
Constant Field Values
Constructor Detail

SkyConst

public SkyConst()