|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.context.FacesContext
org.portletfaces.liferay.faces.context.LiferayFacesContext
public abstract class LiferayFacesContext
| Constructor Summary | |
|---|---|
LiferayFacesContext()
|
|
| Method Summary | |
|---|---|
abstract void |
addGlobalSuccessInfoMessage()
Adds a global information message to the current FacesContext with the standard Liferay "your-request-processed-successfully" key as the messageId. |
abstract void |
addGlobalUnexpectedErrorMessage()
Adds a global error message to the current FacesContext with the standard Liferay "an-unexpected-error-occurred" key as the messageId. |
static LiferayFacesContext |
getInstance()
Returns the implementation singleton instance. |
static void |
setInstance(LiferayFacesContext liferayFacesContext)
Sets the implementation singleton instance. |
| Methods inherited from class javax.faces.context.FacesContext |
|---|
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentInstance, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getPartialViewContext, getRenderKit, getRenderResponse, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isValidationFailed, release, renderResponse, responseComplete, setCurrentInstance, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResponseStream, setResponseWriter, setViewRoot, validationFailed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.portletfaces.liferay.faces.context.LiferayPortletHelper |
|---|
checkUserPortletPermission, getCompanyId, getDocumentLibraryURL, getHostGroupId, getImageGalleryURL, getLayout, getPermissionChecker, getPlid, getPortalURL, getPortlet, getPortletInstanceId, getPortletRootId, getScopeGroup, getScopeGroupId, getScopeGroupUser, getServiceContext, getTheme, getThemeDisplay, getThemeImagesURL, getUser, getUserId, getUserRoles, userHasPortletPermission, userHasRole |
| Constructor Detail |
|---|
public LiferayFacesContext()
| Method Detail |
|---|
public static LiferayFacesContext getInstance()
public static void setInstance(LiferayFacesContext liferayFacesContext)
public abstract void addGlobalSuccessInfoMessage()
public abstract void addGlobalUnexpectedErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||