| java.lang.Object org.apache.cocoon.forms.util.I18nMessage
I18nMessage | public class I18nMessage implements XMLizable(Code) | | A XMLizable implementation that will produce SAX events for the
I18nTransformer in its toSAX method, based on the information
given in the constructor.
This generates an autonomous SAX-blurb, i.e. all necessary namespace
declarations will be made, and no start/endDocument events will be generated.
version: $Id: I18nMessage.java 449149 2006-09-23 03:58:05Z crossley $ |
I18nMessage | public I18nMessage(String key)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer |
I18nMessage | public I18nMessage(String key, String catalogue)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer Parameters: catalogue - a named I18nTransformer catalogue to use |
I18nMessage | public I18nMessage(String key, String[] parameters)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer Parameters: parameters - parameters to be substituted in the errorMessage (will bedone by the I18nTransformer) |
I18nMessage | public I18nMessage(String key, String[] parameters, String catalogue)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer Parameters: parameters - parameters to be substituted in the errorMessage (will bedone by the I18nTransformer) Parameters: catalogue - a named I18nTransformer catalogue to use |
I18nMessage | public I18nMessage(String key, String[] parameters, boolean[] keys)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer Parameters: parameters - parameters to be substituted in the errorMessage (will bedone by the I18nTransformer) Parameters: keys - Each element in the keys array corresponds to a string in the parameters arrayand indicates whether that parameter is in itself again a key. |
I18nMessage | public I18nMessage(String key, String[] parameters, boolean[] keys, String catalogue)(Code) | | Parameters: key - a message key, to be translated by the I18nTransformer Parameters: parameters - parameters to be substituted in the errorMessage (will bedone by the I18nTransformer) Parameters: keys - Each element in the keys array corresponds to a string in the parameters arrayand indicates whether that parameter is in itself again a key. Parameters: catalogue - a named I18nTransformer catalogue to use |
|
|