public class ApplicationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addFacesMessage(String componentId,
String summary,
String detail)
Utility method for adding FacesMessages to specified component
|
static void |
addToRerender(String componentId)
Utility method for programmatically adding specified component to rerender after AJAX request complete.
|
void |
fireCheckUserExpiredEvent() |
static javax.servlet.http.HttpSession |
getSession()
Utility method for get reference to current HTTPSession
|
public static void addFacesMessage(String componentId, String summary, String detail)
componentId - - component identifiermessage - - message to add@Produces @Preferred public static javax.servlet.http.HttpSession getSession()
public static void addToRerender(String componentId)
componentId - - id of component should be added to rerenderpublic void fireCheckUserExpiredEvent()
Copyright © 2015. All rights reserved.