Package com.jk.web.faces.controllers
Class JKWebMessagesController
java.lang.Object
com.jk.web.faces.controllers.JKWebController
com.jk.web.faces.controllers.JKWebMessagesController
- All Implemented Interfaces:
Serializable
@Named("msg")
@Eager
@ApplicationScoped
public class JKWebMessagesController
extends JKWebController
This class is a controller, responsible for handling messages in a Java web
application.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
- See Also:
-
Field Summary
Fields inherited from class com.jk.web.faces.controllers.JKWebController
logger
-
Constructor Summary
ConstructorsConstructorDescriptionThis method constructs a newJKWebMessagesController
. -
Method Summary
Methods inherited from class com.jk.web.faces.controllers.JKWebController
context, error, error, executeAsyc, getContextParam, getContextPath, getFromAppliaction, getFromRequest, getFromSession, getParam, getParamterFromRequest, getRoles, getTenantId, getUserName, getViewScopedManagedBean, handleException, init, isDebug, isDevelopmentMode, logAction, postConstruct, redirect, request, session, showErrorDialogMessage, showInfoDialogMessage, showWarningDialogMessage, success, success, suggestName, updateUi, warning
-
Constructor Details
-
JKWebMessagesController
public JKWebMessagesController()This method constructs a newJKWebMessagesController
.
-
-
Method Details
-
get
This method retrieves a message by its key.- Parameters:
key
- Specifies the key of the message to retrieve.- Returns:
- the message content associated with the provided key.
-