Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.server.mvc.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableTEMPLATE_NAMES_COULD_NOT_BE_RESOLVED(Object arg0, Object arg1, Object arg2) static Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableWRONG_TEMPLATE_OBJECT_FACTORY(Object arg0, Object arg1) static StringFile reader was not closed properly.static StringHandler class "{0}" has been already enhanced.static StringThe model of the view MUST not be null.static StringThe template name "{0}" could not be resolved to a fully qualified template name.static StringThe template name MUST not be null.static StringTEMPLATE_NAMES_COULD_NOT_BE_RESOLVED(Object arg0, Object arg1, Object arg2) Neither of the template names ({0}) could be resolved to a fully qualified template name.static StringThere is no last matching resource available.static StringTEMPLATE_RESOLVE_ERROR(Object arg0) An exception occurred during resolving the {0} template.static StringResolving class MUST not be null.static StringWRONG_TEMPLATE_OBJECT_FACTORY(Object arg0, Object arg1) Provided template object factory class, {0}, is not assignable from required type {1}.
-
Method Details
-
localizableTEMPLATE_NAMES_COULD_NOT_BE_RESOLVED
public static Localizable localizableTEMPLATE_NAMES_COULD_NOT_BE_RESOLVED(Object arg0, Object arg1, Object arg2) -
TEMPLATE_NAMES_COULD_NOT_BE_RESOLVED
Neither of the template names ({0}) could be resolved to a fully qualified template name. (paths: {1}, media-types: {2}) -
localizableTEMPLATE_MODEL_OF_VIEW_CANNOT_BE_NULL
-
TEMPLATE_MODEL_OF_VIEW_CANNOT_BE_NULL
The model of the view MUST not be null. -
localizableTEMPLATE_RESOLVE_ERROR
-
TEMPLATE_RESOLVE_ERROR
An exception occurred during resolving the {0} template. -
localizableTEMPLATE_NAME_COULD_NOT_BE_RESOLVED
-
TEMPLATE_NAME_COULD_NOT_BE_RESOLVED
The template name "{0}" could not be resolved to a fully qualified template name. -
localizableTEMPLATE_RESOLVING_CLASS_CANNOT_BE_NULL
-
TEMPLATE_RESOLVING_CLASS_CANNOT_BE_NULL
Resolving class MUST not be null. -
localizableTEMPLATE_ERROR_CLOSING_READER
-
TEMPLATE_ERROR_CLOSING_READER
File reader was not closed properly. -
localizableTEMPLATE_NO_MATCHING_RESOURCE_AVAILABLE
-
TEMPLATE_NO_MATCHING_RESOURCE_AVAILABLE
There is no last matching resource available. -
localizableTEMPLATE_NAME_MUST_NOT_BE_NULL
-
TEMPLATE_NAME_MUST_NOT_BE_NULL
The template name MUST not be null. -
localizableTEMPLATE_HANDLER_ALREADY_ENHANCED
-
TEMPLATE_HANDLER_ALREADY_ENHANCED
Handler class "{0}" has been already enhanced. Skipping enhancing handler instance. -
localizableWRONG_TEMPLATE_OBJECT_FACTORY
-
WRONG_TEMPLATE_OBJECT_FACTORY
Provided template object factory class, {0}, is not assignable from required type {1}.
-