org.glassfish.jersey.servlet.init.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.servlet.init.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 JERSEY_APP_MAPPING_CONFLICT(Object arg0, Object arg1)
          Mapping conflict.
static String JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object arg0, Object arg1)
          The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.
static String JERSEY_APP_NO_MAPPING(Object arg0)
          The Jersey servlet application, named {0}, has no servlet mapping.
static String JERSEY_APP_REGISTERED_APPLICATION(Object arg0)
          Registering the Jersey servlet application, named {0}, with the Application class of the same name.
static String JERSEY_APP_REGISTERED_CLASSES(Object arg0, Object arg1)
          Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
static String JERSEY_APP_REGISTERED_MAPPING(Object arg0, Object arg1)
          Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
static Localizable localizableJERSEY_APP_MAPPING_CONFLICT(Object arg0, Object arg1)
           
static Localizable localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object arg0, Object arg1)
           
static Localizable localizableJERSEY_APP_NO_MAPPING(Object arg0)
           
static Localizable localizableJERSEY_APP_REGISTERED_APPLICATION(Object arg0)
           
static Localizable localizableJERSEY_APP_REGISTERED_CLASSES(Object arg0, Object arg1)
           
static Localizable localizableJERSEY_APP_REGISTERED_MAPPING(Object arg0, Object arg1)
           
 
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_APP_REGISTERED_MAPPING

public static Localizable localizableJERSEY_APP_REGISTERED_MAPPING(Object arg0,
                                                                   Object arg1)

JERSEY_APP_REGISTERED_MAPPING

public static String JERSEY_APP_REGISTERED_MAPPING(Object arg0,
                                                   Object arg1)
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.


localizableJERSEY_APP_REGISTERED_CLASSES

public static Localizable localizableJERSEY_APP_REGISTERED_CLASSES(Object arg0,
                                                                   Object arg1)

JERSEY_APP_REGISTERED_CLASSES

public static String JERSEY_APP_REGISTERED_CLASSES(Object arg0,
                                                   Object arg1)
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}


localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION

public static Localizable localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object arg0,
                                                                         Object arg1)

JERSEY_APP_NO_MAPPING_OR_ANNOTATION

public static String JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object arg0,
                                                         Object arg1)
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.


localizableJERSEY_APP_NO_MAPPING

public static Localizable localizableJERSEY_APP_NO_MAPPING(Object arg0)

JERSEY_APP_NO_MAPPING

public static String JERSEY_APP_NO_MAPPING(Object arg0)
The Jersey servlet application, named {0}, has no servlet mapping.


localizableJERSEY_APP_MAPPING_CONFLICT

public static Localizable localizableJERSEY_APP_MAPPING_CONFLICT(Object arg0,
                                                                 Object arg1)

JERSEY_APP_MAPPING_CONFLICT

public static String JERSEY_APP_MAPPING_CONFLICT(Object arg0,
                                                 Object arg1)
Mapping conflict. A Servlet registration exists with same mapping as the Jersey servlet application, named {0}, at the servlet mapping, {1}. The Jersey servlet is not deployed.


localizableJERSEY_APP_REGISTERED_APPLICATION

public static Localizable localizableJERSEY_APP_REGISTERED_APPLICATION(Object arg0)

JERSEY_APP_REGISTERED_APPLICATION

public static String JERSEY_APP_REGISTERED_APPLICATION(Object arg0)
Registering the Jersey servlet application, named {0}, with the Application class of the same name.



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