Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.core
Class CanyamoMessages  view CanyamoMessages download CanyamoMessages.java

java.lang.Object
  extended byorg.javahispano.canyamo.core.CanyamoMessages

public final class CanyamoMessages
extends java.lang.Object

Class that manages all messages from Canyamo (mainly login messages!)

Version:

Field Summary
(package private) static org.javahispano.canyamo.services.i18n.Language lang
          Language with all the texts
 
Constructor Summary
CanyamoMessages()
           
 
Method Summary
static java.lang.String get(java.lang.String key)
          Description of the Method
static void init(java.lang.String locale)
          Initialites the message system with the given language
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

static org.javahispano.canyamo.services.i18n.Language lang
Language with all the texts

Constructor Detail

CanyamoMessages

public CanyamoMessages()
Method Detail

get

public static java.lang.String get(java.lang.String key)
Description of the Method


init

public static void init(java.lang.String locale)
Initialites the message system with the given language