org.apache.myfaces.trinidadinternal.renderkit.core.xhtml
Class BodyRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.trinidad.render.CoreRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer
- All Implemented Interfaces:
- java.lang.Cloneable, org.apache.myfaces.trinidad.render.TypedRenderer
public class BodyRenderer
- extends PanelPartialRootRenderer
Renderer for the panelPartialRoot.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/xhtml/BodyRenderer.java#1 $) $Date: 11-nov-2005.14:59:41 $
- Author:
- The Oracle ADF Faces Team
Fields inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
CHAR_UNDEFINED, NO_CHILD_INDEX |
Method Summary |
protected void |
encodeAll(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
|
protected boolean |
getFirstClickPassed(org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getInitialFocusId(org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnload(org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnunload(org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderAtEnd(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc)
|
protected void |
renderContent(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderEventHandlers(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.bean.FacesBean bean)
Render all the Javascript attributes. |
protected void |
renderPPRSupport(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlRenderer |
cloneWithType, enableScriptDeferring, getAbsoluteImageUri, getBaseImageUri, getDefaultStyleClass, getInlineStyle, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getShortDesc, getStyleClass, renderAllAttributes, renderAllAttributes, renderDecorativeIcon, renderDecorativeIcon, renderFormattedText, renderHAlign, renderInlineStyle, renderInlineStyleAttribute, renderPossiblyFormattedText, renderScriptDeferAttribute, renderScriptTypeAttribute, renderShortDescAttribute, renderSpacer, renderStyleAttributes, renderStyleAttributes, renderTransparent, renderVerticalSpacer, shouldRenderId, skipDecode, supportsAccessKeys, supportsAdvancedForms, supportsAutoCompleteFormElements, supportsDisabledFormElements, supportsEditing, supportsIntrinsicEvents, supportsNavigation, supportsReadonlyFormElements, supportsScripting, supportsSeparateWindow, supportsStyleAttributes, supportsTarget, supportsTextPresentation, supportsXMLDOM |
Methods inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
delegateRenderer, delegateRendererBegin, delegateRendererEnd, encodeAllChildren, encodeBegin, encodeBegin, encodeChild, encodeChildren, encodeEnd, encodeEnd, getClientId, getFacesBean, getFacet, getNextRenderedChildIndex, getRenderedChildCount, getRenderingProperty, hasRenderedChildren, isDesktop, isGecko, isIE, isInaccessibleMode, isPDA, isScreenReaderMode, renderEncodedActionURI, renderEncodedResourceURI, renderId, renderStyleClass, renderStyleClasses, setRenderingProperty, toChar, toInt, toLong, toString, toUri |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyRenderer
public BodyRenderer()
BodyRenderer
protected BodyRenderer(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
findTypeConstants
protected void findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
- Overrides:
findTypeConstants
in class XhtmlRenderer
encodeAll
protected void encodeAll(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
- Overrides:
encodeAll
in class PanelPartialRootRenderer
- Throws:
java.io.IOException
renderAtEnd
protected void renderAtEnd(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc)
throws java.io.IOException
- Overrides:
renderAtEnd
in class PanelPartialRootRenderer
- Throws:
java.io.IOException
renderPPRSupport
protected void renderPPRSupport(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
- Overrides:
renderPPRSupport
in class PanelPartialRootRenderer
- Throws:
java.io.IOException
renderContent
protected void renderContent(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
- Overrides:
renderContent
in class PanelPartialRootRenderer
- Throws:
java.io.IOException
renderEventHandlers
protected void renderEventHandlers(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
- Description copied from class:
XhtmlRenderer
- Render all the Javascript attributes.
- Overrides:
renderEventHandlers
in class XhtmlRenderer
- Throws:
java.io.IOException
getFirstClickPassed
protected boolean getFirstClickPassed(org.apache.myfaces.trinidad.bean.FacesBean bean)
getInitialFocusId
protected java.lang.String getInitialFocusId(org.apache.myfaces.trinidad.bean.FacesBean bean)
getOnload
protected java.lang.String getOnload(org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
getOnunload
protected java.lang.String getOnunload(org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.