org.glassfish.jersey.jdkhttp.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.jdkhttp.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 ERROR_CONTAINER_EXCEPTION_IO()
          IOException thrown when creating the JDK HttpServer.
static String ERROR_CONTAINER_URI_NULL()
          The URI must not be null.
static String ERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)
          The URI path, of the URI {0} must be present (not an empty string).
static String ERROR_CONTAINER_URI_PATH_NULL(Object arg0)
          The URI path, of the URI {0} must be non-null.
static String ERROR_CONTAINER_URI_PATH_START(Object arg0)
          The URI path, of the URI {0} must start with a '/'.
static String ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)
          The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
static String ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()
          ResponseWriter was not commited yet.
static Localizable localizableERROR_CONTAINER_EXCEPTION_IO()
           
static Localizable localizableERROR_CONTAINER_URI_NULL()
           
static Localizable localizableERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)
           
static Localizable localizableERROR_CONTAINER_URI_PATH_NULL(Object arg0)
           
static Localizable localizableERROR_CONTAINER_URI_PATH_START(Object arg0)
           
static Localizable localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)
           
static Localizable localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()
           
 
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

localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN

public static Localizable localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)

ERROR_CONTAINER_URI_SCHEME_UNKNOWN

public static String ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.


localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED

public static Localizable localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()

ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED

public static String ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()
ResponseWriter was not commited yet. Committing the Response now.


localizableERROR_CONTAINER_URI_PATH_EMPTY

public static Localizable localizableERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)

ERROR_CONTAINER_URI_PATH_EMPTY

public static String ERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)
The URI path, of the URI {0} must be present (not an empty string).


localizableERROR_CONTAINER_URI_NULL

public static Localizable localizableERROR_CONTAINER_URI_NULL()

ERROR_CONTAINER_URI_NULL

public static String ERROR_CONTAINER_URI_NULL()
The URI must not be null.


localizableERROR_CONTAINER_URI_PATH_START

public static Localizable localizableERROR_CONTAINER_URI_PATH_START(Object arg0)

ERROR_CONTAINER_URI_PATH_START

public static String ERROR_CONTAINER_URI_PATH_START(Object arg0)
The URI path, of the URI {0} must start with a '/'.


localizableERROR_CONTAINER_EXCEPTION_IO

public static Localizable localizableERROR_CONTAINER_EXCEPTION_IO()

ERROR_CONTAINER_EXCEPTION_IO

public static String ERROR_CONTAINER_EXCEPTION_IO()
IOException thrown when creating the JDK HttpServer.


localizableERROR_CONTAINER_URI_PATH_NULL

public static Localizable localizableERROR_CONTAINER_URI_PATH_NULL(Object arg0)

ERROR_CONTAINER_URI_PATH_NULL

public static String ERROR_CONTAINER_URI_PATH_NULL(Object arg0)
The URI path, of the URI {0} must be non-null.



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