java.lang.Object
jakarta.faces.context.FacesContext
jakarta.faces.context.FacesContextWrapper
org.omnifaces.component.ActionURLDecorator
- All Implemented Interfaces:
FacesWrapper<FacesContext>
Helper class used for creating a FacesContext with a decorated FacesContext -> Application -> ViewHandler
-> getActionURL.
-
Constructor Summary
ConstructorsConstructorDescriptionActionURLDecorator(FacesContext wrapped, UIComponent component, boolean useRequestURI, boolean includeRequestParams) -
Method Summary
Methods inherited from class jakarta.faces.context.FacesContextWrapper
addMessage, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, getLifecycle, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getNamingContainerSeparatorChar, getPartialViewContext, getRenderKit, getRenderResponse, getResourceLibraryContracts, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, getWrapped, isPostback, isProcessingEvents, isProjectStage, isReleased, isValidationFailed, release, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setResponseStream, setResponseWriter, setViewRoot, validationFailedMethods inherited from class jakarta.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
-
Constructor Details
-
ActionURLDecorator
public ActionURLDecorator(FacesContext wrapped, UIComponent component, boolean useRequestURI, boolean includeRequestParams)
-
-
Method Details
-
getApplication
- Overrides:
getApplicationin classFacesContextWrapper
-