public class StylesheetRenderer extends AbstractRenderer
Renderer implementation for the stylesheet tag
from the Struts-Faces Integration Library.
| Constructor and Description |
|---|
StylesheetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render a relative HTML
<link> element for a
text/css stylesheet at the specified context-relative
path. |
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValuepublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
Render a relative HTML <link> element for a
text/css stylesheet at the specified context-relative
path.
encodeEnd in class AbstractRenderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedIOException - if an input/output error occurs while renderingNullPointerException - if context
or component is nullCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.