Uses of Class
org.nuclos.api.l10n.DoNotTranslate
Packages that use DoNotTranslate
-
Uses of DoNotTranslate in org.nuclos.api.context
Methods in org.nuclos.api.context with parameters of type DoNotTranslateModifier and TypeMethodDescriptionstatic void
MessageContext.sendMessage
(DoNotTranslate message) Sends a message to the client without translation.static void
MessageContext.sendMessage
(DoNotTranslate message, DoNotTranslate title) Sends a message with a title to the client without translation.void
MessageContext.WithArgs.sendMessage
(DoNotTranslate message) Sends a message to the client without translation but with the configured arguments.void
MessageContext.WithArgs.sendMessage
(DoNotTranslate message, DoNotTranslate title) Sends a message with a title to the client without translation but with the configured arguments.static void
MessageContext.sendProgress
(int percent, DoNotTranslate message) Sends a progress update to the client without translation.void
MessageContext.WithArgs.sendProgress
(int percent, DoNotTranslate message) Sends a progress update to the client without translation but with the configured arguments.Constructors in org.nuclos.api.context with parameters of type DoNotTranslateModifierConstructorDescriptionInputSpecification
(int type, String key, DoNotTranslate message) Creates a new InputSpecification with the specified type, key, and a message that is not translated.InputSpecification
(int type, String key, DoNotTranslate message, DoNotTranslate title) Creates a new InputSpecification with the specified type, key, and a message with title that is not translated. -
Uses of DoNotTranslate in org.nuclos.api.exception
Constructors in org.nuclos.api.exception with parameters of type DoNotTranslateModifierConstructorDescriptionBusinessException
(DoNotTranslate pMessage) Creates a new BusinessException with a message that is not translated.BusinessException
(DoNotTranslate pMessage, Throwable pThrowable) Creates a new BusinessException with a message that is not translated and the specified cause.