------ Apache MyFaces - Tomahawk - Buffer ------ Description This component allows you to render a part of the page to a buffer, and then use the buffer later. Screen Shot Not available at this time. ~~ ~~
API *----------------+-----------------------------------------------+ |component-family|javax.faces.Data | *----------------+-----------------------------------------------+ |renderer-type |org.apache.myfaces.Buffer | *----------------+-----------------------------------------------+ |component-class |org.apache.myfaces.custom.buffer.Buffer | *----------------+-----------------------------------------------+ |renderer-class |org.apache.myfaces.custom.buffer.BufferRenderer| *----------------+-----------------------------------------------+ |tag-class |org.apache.myfaces.custom.buffer.BufferTag | *----------------+-----------------------------------------------+ Usage +--- +--- Syntax * \ <<>> - The JSP variable that will store the buffered content. Instructions Just nest elements to buffer into a \ element. See examples/buffer.jsp for an example!