Uses of Class
jakarta.faces.context.ResponseWriter
Package
Description
-
Uses of ResponseWriter in com.sun.faces.application.view
Modifier and TypeMethodDescriptionprotected ResponseWriter
FaceletViewHandlingStrategy.createResponseWriter
(FacesContext context) -
Uses of ResponseWriter in com.sun.faces.config.initfacescontext
Modifier and TypeMethodDescriptionvoid
NoOpFacesContext.setResponseWriter
(ResponseWriter responseWriter) -
Uses of ResponseWriter in com.sun.faces.context
Modifier and TypeMethodDescriptionvoid
FacesContextImpl.setResponseWriter
(ResponseWriter responseWriter) -
Uses of ResponseWriter in com.sun.faces.facelets.el
-
Uses of ResponseWriter in com.sun.faces.renderkit
Modifier and TypeMethodDescriptionRenderKitImpl.createResponseWriter
(Writer writer, String desiredContentTypeList, String characterEncoding) Modifier and TypeMethodDescriptionstatic String
RenderKitUtils.prefixAttribute
(String attrName, ResponseWriter writer) static void
RenderKitUtils.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 void
RenderKitUtils.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 void
RenderKitUtils.renderXHTMLStyleBooleanAttributes
(ResponseWriter writer, UIComponent component) Renders the attributes fromRenderKitUtils.BOOLEAN_ATTRIBUTES
usingXHMTL
semantics (i.e., disabled="disabled").static void
RenderKitUtils.renderXHTMLStyleBooleanAttributes
(ResponseWriter writer, UIComponent component, List<String> excludedAttributes) Renders the attributes fromRenderKitUtils.BOOLEAN_ATTRIBUTES
usingXHMTL
semantics (i.e., disabled="disabled").protected void
StateHelper.writeClientWindowField
(FacesContext context, ResponseWriter writer) Write the client window state field.protected void
StateHelper.writeRenderKitIdField
(FacesContext context, ResponseWriter writer) If a customRenderKit
is used, write out the ID of theRenderKit
out as a hidden field. -
Uses of ResponseWriter in com.sun.faces.renderkit.html_basic
Modifier and TypeClassDescriptionclass
HtmlResponseWriter is an Html specific implementation of theResponseWriter
abstract class.Modifier and TypeMethodDescriptionHtmlResponseWriter.cloneWithWriter
(Writer writer) Create a new instance of thisResponseWriter
using a differentWriter
.Modifier and TypeMethodDescriptionprotected void
ScriptRenderer.endExternalElement
(ResponseWriter writer, UIComponent component, String resourceUrl) protected abstract void
ScriptStyleBaseRenderer.endExternalElement
(ResponseWriter writer, UIComponent component, String resourceUrl) Allow the subclass to customize the end external element content.protected void
StylesheetRenderer.endExternalElement
(ResponseWriter writer, UIComponent component, String resourceUrl) protected void
ScriptRenderer.endInlineElement
(ResponseWriter writer, UIComponent component) protected abstract void
ScriptStyleBaseRenderer.endInlineElement
(ResponseWriter writer, UIComponent component) Allow the subclass to customize the end inline element content.protected void
StylesheetRenderer.endInlineElement
(ResponseWriter writer, UIComponent component) protected void
BaseTableRenderer.renderCaption
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the caption of the table applying the values ofcaptionClass
as the class andcaptionStyle
as the style if either are present.protected abstract void
BaseTableRenderer.renderFooter
(FacesContext context, UIComponent table, ResponseWriter writer) Called to render the opening/closingtfoot
elements and any content nested between.protected void
GridRenderer.renderFooter
(FacesContext context, UIComponent table, ResponseWriter writer) protected void
TableRenderer.renderFooter
(FacesContext context, UIComponent table, ResponseWriter writer) protected abstract void
BaseTableRenderer.renderHeader
(FacesContext context, UIComponent table, ResponseWriter writer) Called to render the opening/closingthead
elements and any content nested between.protected void
GridRenderer.renderHeader
(FacesContext context, UIComponent table, ResponseWriter writer) protected void
TableRenderer.renderHeader
(FacesContext context, UIComponent table, ResponseWriter writer) protected void
RadioRenderer.renderInput
(FacesContext context, ResponseWriter writer, UIComponent component, String clientId, Object itemValue, Converter<?> converter, boolean checked, boolean disabled, RadioRenderer.Group group) protected void
RadioRenderer.renderLabel
(ResponseWriter writer, UIComponent component, String forClientId, SelectItem curItem, HtmlBasicRenderer.OptionComponentInfo optionInfo) protected void
OutcomeTargetLinkRenderer.renderLinkCommonAttributes
(ResponseWriter writer, UIComponent component) protected void
OutcomeTargetRenderer.renderPassThruAttributes
(FacesContext ctx, ResponseWriter writer, UIComponent component, Attribute[] attributes, List excludedAttributes) protected abstract void
BaseTableRenderer.renderRow
(FacesContext context, UIComponent table, UIComponent row, ResponseWriter writer) Call to render the content that should be included between opening and closingtr
elements.protected void
GridRenderer.renderRow
(FacesContext context, UIComponent table, UIComponent child, ResponseWriter writer) protected void
TableRenderer.renderRow
(FacesContext context, UIComponent table, UIComponent child, ResponseWriter writer) protected void
BaseTableRenderer.renderRowEnd
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingrt
element.protected void
BaseTableRenderer.renderRowStart
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the startingtr
element applying any values from therowClasses
attribute.protected void
BaseTableRenderer.renderTableBodyEnd
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingtbody
element.protected void
BaseTableRenderer.renderTableBodyStart
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the startingtbody
element.protected void
BaseTableRenderer.renderTableEnd
(FacesContext context, UIComponent table, ResponseWriter writer) Renders the closingtable
element.protected void
BaseTableRenderer.renderTableStart
(FacesContext context, UIComponent table, ResponseWriter writer, Attribute[] attributes) Renders the start of a table and applies the value ofstyleClass
if available and renders any pass through attributes that may be specified.protected void
ScriptRenderer.startExternalElement
(FacesContext context, ResponseWriter writer, UIComponent component) protected abstract void
ScriptStyleBaseRenderer.startExternalElement
(FacesContext context, ResponseWriter writer, UIComponent component) Allow the subclass to customize the start external element content.protected void
StylesheetRenderer.startExternalElement
(FacesContext context, ResponseWriter writer, UIComponent component) protected void
ScriptRenderer.startInlineElement
(FacesContext context, ResponseWriter writer, UIComponent component) protected abstract void
ScriptStyleBaseRenderer.startInlineElement
(FacesContext context, ResponseWriter writer, UIComponent component) Allow the subclass to customize the start inline element content.protected void
StylesheetRenderer.startInlineElement
(FacesContext context, ResponseWriter writer, UIComponent component) protected void
LinkRenderer.writeCommonLinkAttributes
(ResponseWriter writer, UIComponent component) protected void
ListboxRenderer.writeDefaultSize
(ResponseWriter writer, int itemCount) protected void
MenuRenderer.writeDefaultSize
(ResponseWriter writer, int itemCount) protected void
OutcomeTargetLinkRenderer.writeIdAndNameAttributes
(FacesContext context, ResponseWriter writer, UIComponent component) protected String
HtmlBasicRenderer.writeIdAttributeIfNecessary
(FacesContext context, ResponseWriter writer, UIComponent component) protected void
LinkRenderer.writeValue
(UIComponent component, ResponseWriter writer) protected void
OutcomeTargetLinkRenderer.writeValue
(ResponseWriter writer, UIComponent component) -
Uses of ResponseWriter in jakarta.faces.context
Modifier and TypeClassDescriptionclass
PartialResponseWriter decorates an existingResponseWriter
to support the generation of a partial response suitable for Ajax operations.class
Provides a simple implementation ofResponseWriter
that can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriter
instance.Modifier and TypeMethodDescriptionabstract ResponseWriter
ResponseWriter.cloneWithWriter
(Writer writer) Create and return a new instance of thisResponseWriter
, using the specifiedWriter
as the output destination.ResponseWriterWrapper.cloneWithWriter
(Writer writer) The default behavior of this method is to callcloneWithWriter(java.io.Writer)
on the wrappedResponseWriter
object.abstract ResponseWriter
FacesContext.getResponseWriter()
Return theResponseWriter
to which components should direct their character-based output.FacesContextWrapper.getResponseWriter()
The default behavior of this method is to callFacesContext.getResponseWriter()
on the wrappedFacesContext
object.ResponseWriterWrapper.getWrapped()
Modifier and TypeMethodDescriptionabstract void
FacesContext.setResponseWriter
(ResponseWriter responseWriter) Set theResponseWriter
to which components should direct their character-based output.void
FacesContextWrapper.setResponseWriter
(ResponseWriter responseWriter) The default behavior of this method is to callFacesContext.setResponseWriter(ResponseWriter)
on the wrappedFacesContext
object.ModifierConstructorDescriptionPartialResponseWriter
(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
Modifier and TypeMethodDescriptionabstract ResponseWriter
RenderKit.createResponseWriter
(Writer writer, String contentTypeList, String characterEncoding) Use the providedWriter
to create a newResponseWriter
instance 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 wrappedRenderKit
object.