15161718192021
/** * creates a Print Component */ public Component createComponent(RequestContext context) throws Exception { return new SaveAnalysisBean(id, context); }