org.ceryle.xnode.util
Class XNodeHTTPHandler

java.lang.Object
  extended by org.ceryle.xnode.util.XNodeHTTPHandler

public class XNodeHTTPHandler
extends Object

This is a stub class until things get fixed.

Author:
Murray Altheim

Field Summary
static String BIBLIO_FORM_ID
          The ID of the bibliographic form document (stored in the private collection).
static String CONTENT_STYLE_TYPE
          The name of the metadata attribute used to indicate a bibliographic form.
static String DB_INDEX_ID
          The ID of the database index document (stored in the private collection).
static String PLAINTEXT_ID
          The ID of the plaintext wrapper document (stored in the private collection).
static String PSI_FORM
          The metadata http-equiv attribute value indicating a bibliographic form.
static boolean renderWiki
          When true, wiki rendering (not processing) is supported.
static boolean wrapPlaintext
          When true, plaintext documents are embedded within in an XHTML document wrapper.
 
Constructor Summary
XNodeHTTPHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIBLIO_FORM_ID

public static final String BIBLIO_FORM_ID
The ID of the bibliographic form document (stored in the private collection).

See Also:
Constant Field Values

DB_INDEX_ID

public static final String DB_INDEX_ID
The ID of the database index document (stored in the private collection).

See Also:
Constant Field Values

PLAINTEXT_ID

public static final String PLAINTEXT_ID
The ID of the plaintext wrapper document (stored in the private collection).

See Also:
Constant Field Values

wrapPlaintext

public static boolean wrapPlaintext
When true, plaintext documents are embedded within in an XHTML document wrapper.


PSI_FORM

public static String PSI_FORM
The metadata http-equiv attribute value indicating a bibliographic form.


CONTENT_STYLE_TYPE

public static String CONTENT_STYLE_TYPE
The name of the metadata attribute used to indicate a bibliographic form.


renderWiki

public static boolean renderWiki
When true, wiki rendering (not processing) is supported.

Constructor Detail

XNodeHTTPHandler

public XNodeHTTPHandler()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.