com.liferay.faces.util.render
Class PassThroughRenderer
java.lang.Object
javax.faces.render.Renderer
com.liferay.faces.util.render.PassThroughRenderer
public class PassThroughRenderer
- extends javax.faces.render.Renderer
- Author:
- Kyle Stiemann
| Fields inherited from class javax.faces.render.Renderer |
PASSTHROUGH_RENDERER_LOCALNAME_KEY |
|
Method Summary |
protected void |
encodePassThroughAttributes(javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent,
String[] PASS_THROUGH_ATTRIBUTES)
This method exists as a convenience for Component developers to encode attributes that pass through to the DOM in
JSF 2.1. |
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOUSE_DOM_EVENTS
protected static final String[] MOUSE_DOM_EVENTS
KEYBOARD_DOM_EVENTS
protected static final String[] KEYBOARD_DOM_EVENTS
PassThroughRenderer
public PassThroughRenderer()
encodePassThroughAttributes
protected void encodePassThroughAttributes(javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent,
String[] PASS_THROUGH_ATTRIBUTES)
throws IOException
- This method exists as a convenience for Component developers to encode attributes that pass through to the DOM in
JSF 2.1.
- Throws:
IOException
Copyright © 2019 Liferay, Inc.. All rights reserved.