org.glassfish.jersey.servlet.portability
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.servlet.portability.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 JERSEY_CONTAINER_CANT_LOAD()
          Unable to instantiate Jersey ServletContainer.
static String JERSEY_NOT_AVAILABLE()
          No Jersey runtime found on the application classpath.
static org.glassfish.jersey.internal.l10n.Localizable localizableJERSEY_CONTAINER_CANT_LOAD()
           
static org.glassfish.jersey.internal.l10n.Localizable localizableJERSEY_NOT_AVAILABLE()
           
 
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

localizableJERSEY_CONTAINER_CANT_LOAD

public static org.glassfish.jersey.internal.l10n.Localizable localizableJERSEY_CONTAINER_CANT_LOAD()

JERSEY_CONTAINER_CANT_LOAD

public static String JERSEY_CONTAINER_CANT_LOAD()
Unable to instantiate Jersey ServletContainer.


localizableJERSEY_NOT_AVAILABLE

public static org.glassfish.jersey.internal.l10n.Localizable localizableJERSEY_NOT_AVAILABLE()

JERSEY_NOT_AVAILABLE

public static String JERSEY_NOT_AVAILABLE()
No Jersey runtime found on the application classpath.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.