Class Html5Context
- java.lang.Object
-
- javax.faces.context.FacesContext
-
- javax.faces.context.FacesContextWrapper
-
- org.primefaces.extensions.application.Html5Context
-
- All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.FacesContext>
public class Html5Context extends javax.faces.context.FacesContextWrapperJSF generates all script tags with 'type="text/javascript"' which throws HTML5 validation warnings.- Since:
- 10.0.0
-
-
Constructor Summary
Constructors Constructor Description Html5Context(javax.faces.context.FacesContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetResponseWriter(javax.faces.context.ResponseWriter responseWriter)-
Methods inherited from class javax.faces.context.FacesContextWrapper
addMessage, getApplication, 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, setViewRoot, validationFailed
-
-