decode
public void decode(FacesContext context,
UIComponent component)
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
encodeChildren
public void encodeChildren(FacesContext facescontext,
UIComponent uicomponent)
throws IOException
- encodeChildren in interface HtmlRenderer
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
getLink
protected HtmlCommandLink getLink(FacesContext facesContext,
HtmlDataScroller scroller,
String facetName)
getLink
protected HtmlCommandLink getLink(FacesContext facesContext,
HtmlDataScroller scroller,
String text,
int pageIndex)
getRendersChildren
public boolean getRendersChildren()
removeVariables
public void removeVariables(FacesContext facescontext,
HtmlDataScroller scroller)
throws IOException
renderFacet
protected void renderFacet(FacesContext facesContext,
HtmlDataScroller scroller,
UIComponent facetComp,
String facetName)
throws IOException
renderPaginator
protected void renderPaginator(FacesContext facesContext,
HtmlDataScroller scroller)
throws IOException
renderScroller
protected void renderScroller(FacesContext facesContext,
HtmlDataScroller scroller)
throws IOException
setVariables
protected void setVariables(FacesContext facescontext,
HtmlDataScroller scroller)
throws IOException