Uses of Class
org.nuclos.api.l10n.DoNotTranslate
Packages that use DoNotTranslate
- 
Uses of DoNotTranslate in org.nuclos.api.contextMethods in org.nuclos.api.context with parameters of type DoNotTranslateModifier and TypeMethodDescriptionstatic voidMessageContext.sendMessage(DoNotTranslate message) Sends a message to the client without translation.static voidMessageContext.sendMessage(DoNotTranslate message, DoNotTranslate title) Sends a message with a title to the client without translation.voidMessageContext.WithArgs.sendMessage(DoNotTranslate message) Sends a message to the client without translation but with the configured arguments.voidMessageContext.WithArgs.sendMessage(DoNotTranslate message, DoNotTranslate title) Sends a message with a title to the client without translation but with the configured arguments.static voidMessageContext.sendProgress(int percent, DoNotTranslate message) Sends a progress update to the client without translation.voidMessageContext.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.exceptionConstructors 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.