org.primefaces.component.terminal
Class TerminalRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.component.terminal.TerminalRenderer

public class TerminalRenderer
extends CoreRenderer


Constructor Summary
TerminalRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeMarkup(javax.faces.context.FacesContext context, Terminal terminal)
           
protected  void encodeScript(javax.faces.context.FacesContext context, Terminal terminal)
           
protected  void handleCommand(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalRenderer

public TerminalRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
IOException

encodeMarkup

protected void encodeMarkup(javax.faces.context.FacesContext context,
                            Terminal terminal)
                     throws IOException
Throws:
IOException

encodeScript

protected void encodeScript(javax.faces.context.FacesContext context,
                            Terminal terminal)
                     throws IOException
Throws:
IOException

handleCommand

protected void handleCommand(javax.faces.context.FacesContext context,
                             javax.faces.component.UIComponent component)
                      throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.