Package lumis.portal.presentation
Class LoadingMessage
- java.lang.Object
-
- lumis.portal.presentation.LoadingMessage
-
public class LoadingMessage extends Object
Responsible for returning the loading message for client side AJAX calls.- Since:
- 4.2.0
- Version:
- $Revision: 14461 $ $Date: 2012-07-05 16:38:26 -0300 (Thu, 05 Jul 2012) $
-
-
Field Summary
Fields Modifier and Type Field Description protected static LumisExpressionEvaluatorImpl
evaluator
protected static PortalCache<String>
loadingMessages
protected static FunctionMapper
localizationFunctionMapper
-
Constructor Summary
Constructors Constructor Description LoadingMessage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getLoadingMessage()
Returns the loading message based on the current locale of the user.
-
-
-
Field Detail
-
evaluator
protected static final LumisExpressionEvaluatorImpl evaluator
-
localizationFunctionMapper
protected static final FunctionMapper localizationFunctionMapper
-
loadingMessages
protected static PortalCache<String> loadingMessages
-
-
Method Detail
-
getLoadingMessage
public static String getLoadingMessage()
Returns the loading message based on the current locale of the user.- Returns:
- Since:
- 4.2.0
-
-