Object
~~|
~~+--
RspLanguage
Directly known subclasses: HtmlRspLanguage
public static class RspLanguage extends Object
An RspLanguage object specifies what the markup language of the
response/output document is, e.g. plain text and HTML.
The RspLanguage class provides methods to obtain language specific
strings/output such as how newlines and comments are written.
The RspLanguage class describes a plain text languages. For HTML
see the HtmlRspLanguage
subclass.
RspLanguage(language="plain", ...)
character
string. escape |
|
Escapes a string specifically for a given RSP response language. | |
getComment |
Gets a comment string specific for a given RSP response language. |
getLanguage |
|
Gets the language string. | |
getNewline |
Gets the newline string specific for a given RSP response language. |
getVerbatim |
|
Gets a verbatim string specific for a given RSP response language. |