org.apache.myfaces.shared_orchestra.renderkit.html
Class HtmlLinkRendererBase
java.lang.Object
Renderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlLinkRendererBase
public abstract class HtmlLinkRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 522124 $ $Date: 2007-03-25 00:31:16 +0100 (So, 25 Mär 2007) $
- Author:
- Manfred Geiler
Method Summary |
protected void |
addHiddenCommandParameter(FacesContext facesContext,
UIComponent nestingForm,
java.lang.String hiddenFieldName)
|
void |
decode(FacesContext facesContext,
UIComponent component)
|
void |
encodeBegin(FacesContext facesContext,
UIComponent component)
|
void |
encodeChildren(FacesContext facesContext,
UIComponent component)
|
void |
encodeEnd(FacesContext facesContext,
UIComponent component)
|
protected FormInfo |
findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk. |
boolean |
getRendersChildren()
|
protected java.lang.String |
getStyle(FacesContext facesContext,
UIComponent link)
Can be overwritten by derived classes to overrule the style to be used. |
protected java.lang.String |
getStyleClass(FacesContext facesContext,
UIComponent link)
Can be overwritten by derived classes to overrule the style class to be used. |
protected void |
renderCommandLinkEnd(FacesContext facesContext,
UIComponent component)
|
protected void |
renderCommandLinkStart(FacesContext facesContext,
UIComponent component,
java.lang.String clientId,
java.lang.Object value,
java.lang.String style,
java.lang.String styleClass)
|
protected void |
renderJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
java.lang.String clientId)
|
protected void |
renderNonJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
java.lang.String clientId)
|
protected void |
renderOutputLinkEnd(FacesContext facesContext,
UIComponent component)
|
protected void |
renderOutputLinkStart(FacesContext facesContext,
UIOutput output)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL_STATE_MARKER
public static final java.lang.String URL_STATE_MARKER
- See Also:
- Constant Field Values
URL_STATE_MARKER_LEN
public static final int URL_STATE_MARKER_LEN
HtmlLinkRendererBase
public HtmlLinkRendererBase()
getRendersChildren
public boolean getRendersChildren()
decode
public void decode(FacesContext facesContext,
UIComponent component)
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
getStyle
protected java.lang.String getStyle(FacesContext facesContext,
UIComponent link)
- Can be overwritten by derived classes to overrule the style to be used.
getStyleClass
protected java.lang.String getStyleClass(FacesContext facesContext,
UIComponent link)
- Can be overwritten by derived classes to overrule the style class to be used.
encodeChildren
public void encodeChildren(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderCommandLinkStart
protected void renderCommandLinkStart(FacesContext facesContext,
UIComponent component,
java.lang.String clientId,
java.lang.Object value,
java.lang.String style,
java.lang.String styleClass)
throws java.io.IOException
- Throws:
java.io.IOException
renderJavaScriptAnchorStart
protected void renderJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
java.lang.String clientId)
throws java.io.IOException
- Throws:
java.io.IOException
findNestingForm
protected FormInfo findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
- find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.
addHiddenCommandParameter
protected void addHiddenCommandParameter(FacesContext facesContext,
UIComponent nestingForm,
java.lang.String hiddenFieldName)
renderNonJavaScriptAnchorStart
protected void renderNonJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
java.lang.String clientId)
throws java.io.IOException
- Throws:
java.io.IOException
renderOutputLinkStart
protected void renderOutputLinkStart(FacesContext facesContext,
UIOutput output)
throws java.io.IOException
- Throws:
java.io.IOException
renderOutputLinkEnd
protected void renderOutputLinkEnd(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderCommandLinkEnd
protected void renderCommandLinkEnd(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.