org.glassfish.jersey.media.multipart.internal
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.media.multipart.internal.LocalizationMessages
public final class LocalizationMessages
- extends Object
Defines string formatting method for each constant in the resource file
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizationMessages
public LocalizationMessages()
localizableCONFIG_NOT_PRESENT
public static Localizable localizableCONFIG_NOT_PRESENT()
CONFIG_NOT_PRESENT
public static String CONFIG_NOT_PRESENT()
- The MultiPartProperties instance we expected is not present. Have you registered the MultiPartFeature class?
localizableCONTEXT_RESOLVER_NOT_PRESENT
public static Localizable localizableCONTEXT_RESOLVER_NOT_PRESENT()
CONTEXT_RESOLVER_NOT_PRESENT
public static String CONTEXT_RESOLVER_NOT_PRESENT()
- The ContextResolver instance we expected is not present. Have you registered the MultiPartFeature class?
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.