}
@Override
public void encodeBegin(FacesContext facesContext, UIComponent component) throws IOException {
UITreeCommand command = (UITreeCommand) component;
String clientId = command.getClientId(facesContext);
CommandRendererHelper helper = new CommandRendererHelper(facesContext, command, CommandRendererHelper.Tag.ANCHOR);
String href = helper.getHref();
TobagoResponseWriter writer = HtmlRendererUtils.getTobagoResponseWriter(facesContext);
LabelWithAccessKey label = new LabelWithAccessKey(command);