Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal
Class HtmlLib  view HtmlLib download HtmlLib.java

java.lang.Object
  extended bycom.cybertivity.powerjournal.HtmlLib

public class HtmlLib
extends java.lang.Object

Title: PowerJournal Description: $Id: HtmlLib.java,v 1.1 2001/12/17 01:55:42 arrowood Exp $ Copyright: Copyright (c) 2001 Company: Cybertivity

Version:
1.0

Field Summary
static java.lang.String INDEX_ALL_HTML
           
static java.lang.String INDEX_HTML
           
static java.lang.String LINK_TABLE_HTML
           
static java.lang.String SINGLE_ENTRY_HTML
           
 
Constructor Summary
HtmlLib()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_ENTRY_HTML

public static final java.lang.String SINGLE_ENTRY_HTML

INDEX_HTML

public static final java.lang.String INDEX_HTML

INDEX_ALL_HTML

public static final java.lang.String INDEX_ALL_HTML
See Also:
Constant Field Values

LINK_TABLE_HTML

public static final java.lang.String LINK_TABLE_HTML
Constructor Detail

HtmlLib

public HtmlLib()