org.xwiki.wikistream.utils
Interface WikiStreamConstants


@Unstable
public interface WikiStreamConstants

Since:
5.2M2
Version:
$Id: 326a59abaa517b560aaaab8ea8032060ff5e0125 $

Field Summary
static String PROPERTY_ENCODING
          The standard name of the output stream property containing the encoding to use to convert to/from byte array and String.
static String PROPERTY_FORMAT
          The standard name of the output stream property indicating if the output should be formatted (for example in a XML syntax indent and organize elements in a human friendly way).
static String PROPERTY_SOURCE
          The standard name of the input stream property containing the InputSource to read.
static String PROPERTY_TARGET
          The standard name of the output stream property containing the OutputTarget to write to.
 

Field Detail

PROPERTY_SOURCE

static final String PROPERTY_SOURCE
The standard name of the input stream property containing the InputSource to read.

See Also:
Constant Field Values

PROPERTY_TARGET

static final String PROPERTY_TARGET
The standard name of the output stream property containing the OutputTarget to write to.

See Also:
Constant Field Values

PROPERTY_ENCODING

static final String PROPERTY_ENCODING
The standard name of the output stream property containing the encoding to use to convert to/from byte array and String.

See Also:
Constant Field Values

PROPERTY_FORMAT

static final String PROPERTY_FORMAT
The standard name of the output stream property indicating if the output should be formatted (for example in a XML syntax indent and organize elements in a human friendly way).

See Also:
Constant Field Values


Copyright © 2004–2014 XWiki. All rights reserved.