com.liferay.faces.bridge.renderkit.portlet
Class ActionURLRenderer
java.lang.Object
javax.faces.render.Renderer
com.liferay.faces.bridge.renderkit.portlet.BaseURLRenderer
com.liferay.faces.bridge.renderkit.portlet.PortletURLRenderer
com.liferay.faces.bridge.renderkit.portlet.ActionURLRenderer
public class ActionURLRenderer
- extends PortletURLRenderer
This is the default renderer for the PortletActionURL component. It conforms as closely as possible to the
requirements set forth in section PLT.26.2 of the JSR 286 Portlet Specification, Version 2.0. Some requirements (like
the escapeXML attribute) are not possible to support in a JSF environment.
- Author:
- Neil Griffin
|
Method Summary |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, encodeChildren, getConvertedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionURLRenderer
public ActionURLRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeEnd in class javax.faces.render.Renderer
- Throws:
IOException
Copyright © 2014 Liferay, Inc.. All Rights Reserved.