org.glassfish.jersey.jetty.connector
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.jetty.connector.LocalizationMessages

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static Localizable localizableMETHOD_NOT_SUPPORTED(Object arg0)
           
static Localizable localizableWRONG_PROXY_URI_TYPE(Object arg0)
           
static String METHOD_NOT_SUPPORTED(Object arg0)
          Method {0} not supported.
static String WRONG_PROXY_URI_TYPE(Object arg0)
          The proxy URI ("{0}") property MUST be an instance of String or URI.
 
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

localizableMETHOD_NOT_SUPPORTED

public static Localizable localizableMETHOD_NOT_SUPPORTED(Object arg0)

METHOD_NOT_SUPPORTED

public static String METHOD_NOT_SUPPORTED(Object arg0)
Method {0} not supported.


localizableWRONG_PROXY_URI_TYPE

public static Localizable localizableWRONG_PROXY_URI_TYPE(Object arg0)

WRONG_PROXY_URI_TYPE

public static String WRONG_PROXY_URI_TYPE(Object arg0)
The proxy URI ("{0}") property MUST be an instance of String or URI.



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