org.glassfish.jersey.jetty.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.jetty.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 EXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1)
          I/O exception occurred while sending "{0}/{1}" error response.
static Localizable localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1)
           
static Localizable localizableUNABLE_TO_CLOSE_RESPONSE()
           
static String UNABLE_TO_CLOSE_RESPONSE()
          Unable to close response output
 
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

localizableEXCEPTION_SENDING_ERROR_RESPONSE

public static Localizable localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0,
                                                                      Object arg1)

EXCEPTION_SENDING_ERROR_RESPONSE

public static String EXCEPTION_SENDING_ERROR_RESPONSE(Object arg0,
                                                      Object arg1)
I/O exception occurred while sending "{0}/{1}" error response.


localizableUNABLE_TO_CLOSE_RESPONSE

public static Localizable localizableUNABLE_TO_CLOSE_RESPONSE()

UNABLE_TO_CLOSE_RESPONSE

public static String UNABLE_TO_CLOSE_RESPONSE()
Unable to close response output



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