RichFaces Core API 4.3.1.CR1

org.richfaces.renderkit
Interface MetaComponentRenderer


public interface MetaComponentRenderer

MetaComponentRenderer is a variant of renderer that is capable of handling meta-components. Meta-components have ids like "table@header" and can be the value of render and target attributes. Components should invoke methods of MetaComponentRenderer explicitly.

Author:
Nick Belaevski

Method Summary
 void decodeMetaComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String metaComponentId)
           
 void encodeMetaComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String metaComponentId)
           
 

Method Detail

encodeMetaComponent

void encodeMetaComponent(javax.faces.context.FacesContext context,
                         javax.faces.component.UIComponent component,
                         String metaComponentId)
                         throws IOException
Throws:
IOException

decodeMetaComponent

void decodeMetaComponent(javax.faces.context.FacesContext context,
                         javax.faces.component.UIComponent component,
                         String metaComponentId)

RichFaces Core API 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.