org.apache.myfaces.renderkit.html.jsf
Class DummyFormHtmlLinkRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
              extended by org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlLinkRenderer
Direct Known Subclasses:
HtmlLinkRenderer

public class DummyFormHtmlLinkRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase

Add dummyForm functionality

Version:
$Revision: 385327 $ $Date: 2006-03-12 13:04:07 -0500 (Sun, 12 Mar 2006) $
Author:
Mario Ivankovits (latest modification by $Author: imario $)

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
URL_STATE_MARKER, URL_STATE_MARKER_LEN
 
Constructor Summary
DummyFormHtmlLinkRenderer()
           
 
Method Summary
protected  void addHiddenCommandParameter(javax.faces.context.FacesContext facesContext, javax.faces.component.UIForm nestingForm, java.lang.String hiddenFieldName)
           
protected  org.apache.myfaces.shared_tomahawk.renderkit.html.util.FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, getStyle, getStyleClass, renderCommandLinkEnd, renderCommandLinkStart, renderJavaScriptAnchorStart, renderNonJavaScriptAnchorStart, renderOutputLinkEnd, renderOutputLinkStart
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyFormHtmlLinkRenderer

public DummyFormHtmlLinkRenderer()
Method Detail

addHiddenCommandParameter

protected void addHiddenCommandParameter(javax.faces.context.FacesContext facesContext,
                                         javax.faces.component.UIForm nestingForm,
                                         java.lang.String hiddenFieldName)
Overrides:
addHiddenCommandParameter in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase

findNestingForm

protected org.apache.myfaces.shared_tomahawk.renderkit.html.util.FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent,
                                                                                          javax.faces.context.FacesContext facesContext)
Overrides:
findNestingForm in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase


Copyright 2006 Apache Software Foundation. All Rights Reserved.