@Override
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer, FacesContext ctx, UIComponent component) throws IOException
{
UIResource resource = (UIResource) component;
String url = DocumentStoreUtils.addResourceToDataStore(ctx, resource);
ctx.getExternalContext().redirect(url);