|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.renderer.AbstractRenderer
com.sun.rave.web.ui.renderer.MetaRenderer
public class MetaRenderer
This class is responsible for rendering the meta component for the HTML Render Kit.
The meta component can be used as an Meta
| Field Summary |
|---|
| Fields inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer |
|---|
BUNDLE, EVENTS_ATTRIBUTES, I18N_ATTRIBUTES |
| Constructor Summary | |
|---|---|
MetaRenderer()
|
|
| Method Summary | |
|---|---|
protected void |
renderAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the attributes for an Meta tag. |
protected void |
renderEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Close off the Meta tag. |
protected void |
renderStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the start of an Meta (Meta) tag. |
| Methods inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer |
|---|
addBooleanAttributes, addCoreAttributes, addIntegerAttributes, addStringAttributes, decode, encodeBegin, encodeChildren, encodeEnd, getApplication, getAsObject, getAsString, getExternalContext, getFacesContext, getSubmittedValue, isDisabled, isPortlet, isReadOnly, renderMarkup, 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 |
| Constructor Detail |
|---|
public MetaRenderer()
| Method Detail |
|---|
protected void renderStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws java.io.IOException
Render the start of an Meta (Meta) tag.
renderStart in class AbstractRenderercontext - FacesContext for the current requestcomponent - UIComponent to be renderedwriter - ResponseWriter to which the element
start should be rendered
java.io.IOException - if an input/output error occurs
protected void renderAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws java.io.IOException
Render the attributes for an Meta tag. The onclick attribute will contain extra javascript that will appropriately submit the form if the URL field is not set.
renderAttributes in class AbstractRenderercontext - FacesContext for the current requestcomponent - UIComponent to be renderedwriter - ResponseWriter to which the element
attributes should be rendered
java.io.IOException - if an input/output error occurs
protected void renderEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws java.io.IOException
Close off the Meta tag.
renderEnd in class AbstractRenderercontext - FacesContext for the current requestcomponent - UIComponent to be renderedwriter - ResponseWriter to which the element
end should be rendered
java.io.IOException - if an input/output error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||