|
||||||||||
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.PageAlertRenderer
public class PageAlertRenderer
Renders a full page alert.
Field Summary | |
---|---|
static java.lang.String |
PAGETITLE_BUTTON_FACET
Content Page Title Button facet |
Fields inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer |
---|
BUNDLE, EVENTS_ATTRIBUTES, I18N_ATTRIBUTES |
Constructor Summary | |
---|---|
PageAlertRenderer()
Creates a new instance of MastheadRenderer |
Method Summary | |
---|---|
protected void |
renderAlert(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Renders alert - summary message, detail message and any input components contained in the facet. |
protected void |
renderAlertDetail(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Theme theme,
javax.faces.context.ResponseWriter writer)
Renders detsil summary message |
protected void |
renderAlertIcon(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Theme theme,
javax.faces.context.ResponseWriter writer)
Renders PageAlert Icon |
protected void |
renderAlertSummary(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Theme theme,
javax.faces.context.ResponseWriter writer)
Renders alert summary message |
protected void |
renderEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the full page alert. |
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, renderAttributes, renderMarkup, 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 |
---|
public static final java.lang.String PAGETITLE_BUTTON_FACET
Constructor Detail |
---|
public PageAlertRenderer()
Method Detail |
---|
protected void renderEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
renderEnd
in class AbstractRenderer
context
- The current FacesContextcomponent
- The ImageComponent object to usewriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occurssprotected void renderAlertSummary(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextcomponent
- The Alert object to usetheme
- The Theme to usewriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderAlertDetail(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextcomponent
- The Alert object to usetheme
- The Theme to usewriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderAlertIcon(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Theme theme, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextcomponent
- The Alert object to usetheme
- The Theme to usewriter
- The current ResponseWriter
java.io.IOException
- if an input/output error occursprotected void renderAlert(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
context
- The current FacesContextcomponent
- The Alert object to usewriter
- The current ResponseWriter
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 |