|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.core
Class CanyamoMessages

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.javahispano.canyamo.core.CanyamoMessages