|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.struts.faces.renderer.AbstractRenderer
org.apache.struts.faces.renderer.StylesheetRenderer
Renderer implementation for the stylesheet tag
from the Struts-Faces Integration Library.
| Field Summary | |
private static org.apache.commons.logging.Log |
log
The Log instance for this class. |
| Constructor Summary | |
StylesheetRenderer()
|
|
| Method Summary | |
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. |
| Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValue |
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static org.apache.commons.logging.Log log
The Log instance for this class.
| Constructor Detail |
public StylesheetRenderer()
| Method Detail |
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.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 rendered
java.io.IOException - if an input/output error occurs while rendering
java.lang.NullPointerException - if context
or component is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||