|
Class Summary |
| BodyRendererBridgeImpl |
This class is a JSF renderer that is designed for use with the h:body component tag. |
| ElementBlankImpl |
This implementation is a special case that is meant to be used when JSF component renderers do not properly call
startElement() first. |
| ElementImpl |
|
| ElementWriter |
|
| ElementWriterStack |
|
| HeadManagedBean |
This class is a JSF ViewScoped ManagedBean that maintains a list of JavaScript and/or CSS
resources that have been added to the <head> section of the portal page. |
| HeadPhaseListener |
This class is a JSF PhaseListener that listens to the PhaseId.INVOKE_APPLICATION and PhaseId.RENDER_RESPONSE phases of the JSF lifecycle. |
| HeadRendererBridgeImpl |
This class is a JSF renderer that is designed for use with the h:head component tag. |
| HeadResource |
|
| HeadResponseWriter |
|
| HeadResponseWriterImpl |
Custom ResponseWriter that has the ability to write to the ... section of the portal page via
the standard Portlet 2.0 MimeResponse.MARKUP_HEAD_ELEMENT mechanism. |
| HeadResponseWriterLiferayImpl |
Custom ResponseWriter that has the ability to write to the ... section of the portal page via
the Liferay vendor-specific mechanism. |
| RenderKitBridgeImpl |
|
| ResourceRendererBridgeImpl |
This class serves as a wrapper around the renderer provided by the JSF runtime (Mojarra, MyFaces) for either the
h:outputScript or h:outputStylesheet components. |
| ResponseWriterResourceImpl |
The purpose of this class is to bypass the Mojarra/MyFaces encoding of the URL found in the "src" attribute of a
<script> element or the "href" attribute of a <link> element. |