} catch (IOException ioe) {
ioe.printStackTrace();
throw new ServletException(ioe);
} finally {
AbstractBlog blog = (AbstractBlog)getModel().get(Constants.BLOG_KEY);
blog.log(request, getStatus());
}
}
private String getTemplate() {
if (!(getModel().get(Constants.BLOG_KEY) instanceof Blog)) {