public void decode(FacesContext context, UIComponent component)(Code)
encodeChildren
public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)
encodeEnd
public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)
Faces render output method .
Parameters: context - FacesContext for the current request Parameters: component - UIComponent being rendered throws: IOException - if an input/output error occurs
supportsComponentType
public boolean supportsComponentType(UIComponent component)(Code)