1 package org.roller.presentation.weblog.formbeans;2 3 import org.apache.struts.action.ActionForm;4 5 /**6 * Holds the name of the theme chosen or7 * the template being edited.8 * 9 * @struts.form name="bakeWeblogForm"10 * 11 * @author llavandowska12 */13 public class BakeWeblogForm extends ActionForm14 {15 16 17 }18