* the component with that behavior
* @return the attributes as string in JSON format
*/
protected final CharSequence renderAjaxAttributes(final Component component)
{
AjaxRequestAttributes attributes = getAttributes();
return renderAjaxAttributes(component, attributes);
}