|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.presentation.web
Class MessageResources

java.lang.Objectru.gammalabs.ice.presentation.web.MessageResources
- public class MessageResources
- extends java.lang.Object
This class provides localised messages to CMS aplication. By the moment this class is a wrapper around Struts' MessageResources TODO: возможно в будущем надо будет отделить эту реализацию на основе Struts от интерфейса MessageResources
Pattern Delegate
- Version:
- 1.1
| Field Summary | |
private static org.apache.struts.util.MessageResources |
strutsResources
|
| Constructor Summary | |
private |
MessageResources(org.apache.struts.util.MessageResources messageResources)
|
| Method Summary | |
static java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String messageKey)
|
static void |
loadResources(javax.servlet.ServletConfig servletConfig)
Loads the resources from the given the SevletConfig. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
strutsResources
private static org.apache.struts.util.MessageResources strutsResources
| Constructor Detail |
MessageResources
private MessageResources(org.apache.struts.util.MessageResources messageResources)
| Method Detail |
loadResources
public static void loadResources(javax.servlet.ServletConfig servletConfig)
- Loads the resources from the given the SevletConfig.
getMessage
public static java.lang.String getMessage(java.util.Locale locale, java.lang.String messageKey)
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ru.gammalabs.ice.presentation.web.MessageResources