com.liferay.faces.util.render
Class PassThroughRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.liferay.faces.util.render.PassThroughRenderer

public class PassThroughRenderer
extends javax.faces.render.Renderer

Author:
Kyle Stiemann

Field Summary
protected static String[] KEYBOARD_DOM_EVENTS
           
protected static String[] MOUSE_DOM_EVENTS
           
 
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
 
Constructor Summary
PassThroughRenderer()
           
 
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
 

Field Detail

MOUSE_DOM_EVENTS

protected static final String[] MOUSE_DOM_EVENTS

KEYBOARD_DOM_EVENTS

protected static final String[] KEYBOARD_DOM_EVENTS
Constructor Detail

PassThroughRenderer

public PassThroughRenderer()
Method Detail

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.