objectivehtml.common
Class OutputType

java.lang.Object
  |
  +--objectivehtml.common.OutputType

public class OutputType
extends java.lang.Object

This class contains a list of constants that are used by the toolkit to represent all the different versions of html that are supported.


Field Summary
static int HTML
          This constant represents standard Html.
static int XHTML
          This constant represents XHtml.
 
Constructor Summary
OutputType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML

public static final int HTML
This constant represents standard Html.

XHTML

public static final int XHTML
This constant represents XHtml.
Constructor Detail

OutputType

public OutputType()