@Version(value="3.4.0")
See: Description
| Interface | Description |
|---|---|
| ClientComponentRenderer |
This interface defines a contract for a contract for a
Renderer that manifests a "client component", meaning
a component that has markup as well as some type of client-side API that is referenced by JavaScript. |
| DelegatingClientComponentRenderer | |
| DelegatingRenderer |
This interface defines a contract for a
Renderer that has the ability to delegate to the corresponding
methods of a different renderer, as well as utilize an alternate ResponseWriter in order to control/filter
the encoding of elements and attributes. |
| FacesURLEncoder |
| Class | Description |
|---|---|
| BufferedScriptResponseWriter |
This class is designed to write scripts to a string to be rendered to the response later.
|
| ClientComponentRendererBase |
This is an abstract class that provides base rendering functionality.
|
| DelegatingClientComponentRendererBase | |
| DelegatingRendererBase |
This is an abstract class that implements the
DelegatingRenderer interface in order to provide base
functionality for delegating the responsibility of rendering a UIComponent to a different renderer. |
| FacesURLEncoderFactory | |
| FacesURLEncoderWrapper | |
| HiddenTextResponseWriter |
This class is a
ResponseWriter that is designed to intercept the encoding of a HtmlInputText
component. |
| IdResponseWriter |
This class is a
ResponseWriter that ensures the "id" attribute is always written to a particular element. |
| JavaScriptFragment |
This is a simple marker class that wraps a String.
|
| PassThroughRenderer | |
| RendererUtil |
Copyright © 2020 Liferay, Inc.. All rights reserved.