- java.lang.Object
-
- jakarta.faces.context.FacesContext
-
- jakarta.faces.context.FacesContextWrapper
-
- org.omnifaces.component.ActionURLDecorator
-
- All Implemented Interfaces:
FacesWrapper<FacesContext>
public class ActionURLDecorator extends FacesContextWrapper
Helper class used for creating a FacesContext with a decorated FacesContext -> Application -> ViewHandler -> getActionURL.
-
-
Constructor Summary
Constructors Constructor Description ActionURLDecorator(FacesContext wrapped, UIComponent component, boolean useRequestURI, boolean includeRequestParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Application
getApplication()
-
Methods inherited from class jakarta.faces.context.FacesContextWrapper
addMessage, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, 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, validationFailed
-
Methods inherited from class jakarta.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
-
-
-
-
Constructor Detail
-
ActionURLDecorator
public ActionURLDecorator(FacesContext wrapped, UIComponent component, boolean useRequestURI, boolean includeRequestParams)
-
-
Method Detail
-
getApplication
public Application getApplication()
- Overrides:
getApplication
in classFacesContextWrapper
-
-