Uses of Class
jakarta.faces.context.ResponseWriter
Packages that use ResponseWriter
Package
Description
-
Uses of ResponseWriter in com.sun.faces.application.view
Methods in com.sun.faces.application.view that return ResponseWriterModifier and TypeMethodDescriptionprotected ResponseWriterFaceletViewHandlingStrategy.createResponseWriter(FacesContext context) -
Uses of ResponseWriter in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return ResponseWriterMethods in com.sun.faces.config.initfacescontext with parameters of type ResponseWriterModifier and TypeMethodDescriptionvoidNoOpFacesContext.setResponseWriter(ResponseWriter responseWriter) -
Uses of ResponseWriter in com.sun.faces.context
Methods in com.sun.faces.context that return ResponseWriterMethods in com.sun.faces.context with parameters of type ResponseWriterModifier and TypeMethodDescriptionvoidFacesContextImpl.setResponseWriter(ResponseWriter responseWriter) -
Uses of ResponseWriter in com.sun.faces.facelets.el
Methods in com.sun.faces.facelets.el with parameters of type ResponseWriter -
Uses of ResponseWriter in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return ResponseWriterModifier and TypeMethodDescriptionRenderKitImpl.createResponseWriter(Writer writer, String desiredContentTypeList, String characterEncoding) Methods in com.sun.faces.renderkit with parameters of type ResponseWriterModifier and TypeMethodDescriptionstatic StringRenderKitUtils.prefixAttribute(String attrName, ResponseWriter writer) static voidRenderKitUtils.renderPassThruAttributes(FacesContext context, ResponseWriter writer, UIComponent component, Attribute[] attributes) Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.static voidRenderKitUtils.renderPassThruAttributes(FacesContext context, ResponseWriter writer, UIComponent component, Attribute[] attributes, Map<String, List<ClientBehavior>> behaviors) Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.static voidRenderKitUtils.renderXHTMLStyleBooleanAttributes(ResponseWriter writer, UIComponent component) Renders the attributes fromRenderKitUtils.BOOLEAN_ATTRIBUTESusingXHMTLsemantics (i.e., disabled="disabled").static voidRenderKitUtils.renderXHTMLStyleBooleanAttributes(ResponseWriter writer, UIComponent component, List<String> excludedAttributes) Renders the attributes fromRenderKitUtils.BOOLEAN_ATTRIBUTESusingXHMTLsemantics (i.e., disabled="disabled").protected voidStateHelper.writeClientWindowField(FacesContext context, ResponseWriter writer) Write the client window state field.protected voidStateHelper.writeRenderKitIdField(FacesContext context, ResponseWriter writer) If a customRenderKitis used, write out the ID of theRenderKitout as a hidden field. -
Uses of ResponseWriter in com.sun.faces.renderkit.html_basic
Subclasses of ResponseWriter in com.sun.faces.renderkit.html_basicModifier and TypeClassDescriptionclassHtmlResponseWriter is an Html specific implementation of theResponseWriterabstract class.Methods in com.sun.faces.renderkit.html_basic that return ResponseWriterModifier and TypeMethodDescriptionHtmlResponseWriter.cloneWithWriter(Writer writer) Create a new instance of thisResponseWriterusing a differentWriter.Methods in com.sun.faces.renderkit.html_basic with parameters of type ResponseWriterModifier and TypeMethodDescriptionprotected voidScriptRenderer.endExternalElement(ResponseWriter writer, UIComponent component, String resourceUrl) protected abstract voidScriptStyleBaseRenderer.endExternalElement(ResponseWriter writer, UIComponent component, String resourceUrl) Allow the subclass to customize the end external element content.protected voidStylesheetRenderer.endExternalElement(ResponseWriter writer, UIComponent component, String resourceUrl) protected voidScriptRenderer.endInlineElement(ResponseWriter writer, UIComponent component) protected abstract voidScriptStyleBaseRenderer.endInlineElement(ResponseWriter writer, UIComponent component) Allow the subclass to customize the end inline element content.protected voidStylesheetRenderer.endInlineElement(ResponseWriter writer, UIComponent component) protected voidBaseTableRenderer.renderCaption(FacesContext context, UIComponent table, ResponseWriter writer) Renders the caption of the table applying the values ofcaptionClassas the class andcaptionStyleas the style if either are present.protected abstract voidBaseTableRenderer.renderFooter(FacesContext context, UIComponent table, ResponseWriter writer) Called to render the opening/closingtfootelements and any content nested between.protected voidGridRenderer.renderFooter(FacesContext context, UIComponent table, ResponseWriter writer) protected voidTableRenderer.renderFooter(FacesContext context, UIComponent table, ResponseWriter writer) protected abstract voidBaseTableRenderer.renderHeader(FacesContext context, UIComponent table, ResponseWriter writer) Called to render the opening/closingtheadelements and any content nested between.protected voidGridRenderer.renderHeader(FacesContext context, UIComponent table, ResponseWriter writer) protected voidTableRenderer.renderHeader(FacesContext context, UIComponent table, ResponseWriter writer) protected voidRadioRenderer.renderInput(FacesContext context, ResponseWriter writer, UIComponent component, String clientId, Object itemValue, Converter<?> converter, boolean checked, boolean disabled, RadioRenderer.Group group) protected voidRadioRenderer.renderLabel(ResponseWriter writer, UIComponent component, String forClientId, SelectItem curItem, HtmlBasicRenderer.OptionComponentInfo optionInfo) protected voidOutcomeTargetLinkRenderer.renderLinkCommonAttributes(ResponseWriter writer, UIComponent component) protected voidOutcomeTargetRenderer.renderPassThruAttributes(FacesContext ctx, ResponseWriter writer, UIComponent component, Attribute[] attributes, List excludedAttributes) protected abstract voidBaseTableRenderer.renderRow(FacesContext context, UIComponent table, UIComponent row, ResponseWriter writer) Call to render the content that should be included between opening and closingtrelements.protected voidGridRenderer.renderRow(FacesContext context, UIComponent table, UIComponent child, ResponseWriter writer) protected voidTableRenderer.renderRow(FacesContext context, UIComponent table, UIComponent child, ResponseWriter writer) protected voidBaseTableRenderer.renderRowEnd(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingrtelement.protected voidBaseTableRenderer.renderRowStart(FacesContext context, UIComponent table, ResponseWriter writer) Renders the startingtrelement applying any values from therowClassesattribute.protected voidBaseTableRenderer.renderTableBodyEnd(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingtbodyelement.protected voidBaseTableRenderer.renderTableBodyStart(FacesContext context, UIComponent table, ResponseWriter writer) Renders the startingtbodyelement.protected voidBaseTableRenderer.renderTableEnd(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingtableelement.protected voidBaseTableRenderer.renderTableStart(FacesContext context, UIComponent table, ResponseWriter writer, Attribute[] attributes) Renders the start of a table and applies the value ofstyleClassif available and renders any pass through attributes that may be specified.protected voidScriptRenderer.startExternalElement(FacesContext context, ResponseWriter writer, UIComponent component) protected abstract voidScriptStyleBaseRenderer.startExternalElement(FacesContext context, ResponseWriter writer, UIComponent component) Allow the subclass to customize the start external element content.protected voidStylesheetRenderer.startExternalElement(FacesContext context, ResponseWriter writer, UIComponent component) protected voidScriptRenderer.startInlineElement(FacesContext context, ResponseWriter writer, UIComponent component) protected abstract voidScriptStyleBaseRenderer.startInlineElement(FacesContext context, ResponseWriter writer, UIComponent component) Allow the subclass to customize the start inline element content.protected voidStylesheetRenderer.startInlineElement(FacesContext context, ResponseWriter writer, UIComponent component) protected voidLinkRenderer.writeCommonLinkAttributes(ResponseWriter writer, UIComponent component) protected voidListboxRenderer.writeDefaultSize(ResponseWriter writer, int itemCount) protected voidMenuRenderer.writeDefaultSize(ResponseWriter writer, int itemCount) protected voidOutcomeTargetLinkRenderer.writeIdAndNameAttributes(FacesContext context, ResponseWriter writer, UIComponent component) protected StringHtmlBasicRenderer.writeIdAttributeIfNecessary(FacesContext context, ResponseWriter writer, UIComponent component) protected voidLinkRenderer.writeValue(UIComponent component, ResponseWriter writer) protected voidOutcomeTargetLinkRenderer.writeValue(ResponseWriter writer, UIComponent component) -
Uses of ResponseWriter in jakarta.faces.context
Subclasses of ResponseWriter in jakarta.faces.contextModifier and TypeClassDescriptionclassPartialResponseWriter decorates an existingResponseWriterto support the generation of a partial response suitable for Ajax operations.classProvides a simple implementation ofResponseWriterthat can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriterinstance.Methods in jakarta.faces.context that return ResponseWriterModifier and TypeMethodDescriptionabstract ResponseWriterResponseWriter.cloneWithWriter(Writer writer) Create and return a new instance of thisResponseWriter, using the specifiedWriteras the output destination.ResponseWriterWrapper.cloneWithWriter(Writer writer) The default behavior of this method is to callcloneWithWriter(java.io.Writer)on the wrappedResponseWriterobject.abstract ResponseWriterFacesContext.getResponseWriter()Return theResponseWriterto which components should direct their character-based output.FacesContextWrapper.getResponseWriter()The default behavior of this method is to callFacesContext.getResponseWriter()on the wrappedFacesContextobject.ResponseWriterWrapper.getWrapped()Methods in jakarta.faces.context with parameters of type ResponseWriterModifier and TypeMethodDescriptionabstract voidFacesContext.setResponseWriter(ResponseWriter responseWriter) Set theResponseWriterto which components should direct their character-based output.voidFacesContextWrapper.setResponseWriter(ResponseWriter responseWriter) The default behavior of this method is to callFacesContext.setResponseWriter(ResponseWriter)on the wrappedFacesContextobject.Constructors in jakarta.faces.context with parameters of type ResponseWriterModifierConstructorDescriptionPartialResponseWriter(ResponseWriter writer) Create aPartialResponseWriter.ResponseWriterWrapper(ResponseWriter wrapped) If this response writer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. -
Uses of ResponseWriter in jakarta.faces.render
Methods in jakarta.faces.render that return ResponseWriterModifier and TypeMethodDescriptionabstract ResponseWriterRenderKit.createResponseWriter(Writer writer, String contentTypeList, String characterEncoding) Use the providedWriterto create a newResponseWriterinstance for the specified (optional) content type, and character encoding.RenderKitWrapper.createResponseWriter(Writer writer, String contentTypeList, String characterEncoding) The default behavior of this method is to callRenderKit.createResponseWriter(java.io.Writer, String, String)on the wrappedRenderKitobject.