ch.security4web.esapi.renderkit
Class EsapiOutputLinkRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared.renderkit.html.HtmlRenderer
org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
ch.security4web.esapi.renderkit.EsapiOutputLinkRenderer
public class EsapiOutputLinkRenderer
- extends org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
* OWASP Enterprise Security API (ESAPI)
This file is part of the Open Web Application Security Project (OWASP)
Enterprise Security API (ESAPI) project. For details, please see
http://www.owasp.org/index.php/ESAPI.
Copyright (c) 2007 - The OWASP Foundation
The ESAPI is published by OWASP under the BSD license. You should read and accept the
LICENSE before you use, modify, and/or redistribute this software.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Rakesh, Dr.Prof.Emmanuel, Matthey Samuel
Method Summary |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
boolean |
getRendersChildren()
|
Methods inherited from class org.apache.myfaces.shared.renderkit.html.HtmlRenderer |
getChildCount, getChildren, toUri |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, getConvertedValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
END_LINK_OUTCOME_AS_SPAN
public static final java.lang.String END_LINK_OUTCOME_AS_SPAN
- See Also:
- Constant Field Values
EsapiOutputLinkRenderer
public EsapiOutputLinkRenderer()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeBegin
in class org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeChildren
in class org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd
in class org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase
- Throws:
java.io.IOException