org.glassfish.jersey.media.multipart.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.media.multipart.internal.LocalizationMessages

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static String CONFIG_NOT_PRESENT()
          The MultiPartProperties instance we expected is not present.
static String CONTEXT_RESOLVER_NOT_PRESENT()
          The ContextResolver instance we expected is not present.
static org.glassfish.jersey.internal.l10n.Localizable localizableCONFIG_NOT_PRESENT()
           
static org.glassfish.jersey.internal.l10n.Localizable localizableCONTEXT_RESOLVER_NOT_PRESENT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationMessages

public LocalizationMessages()
Method Detail

localizableCONFIG_NOT_PRESENT

public static org.glassfish.jersey.internal.l10n.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 org.glassfish.jersey.internal.l10n.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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.