propertySupport = new PropertyChangeSupport(this);
getDispatcher().addRequestListener(null, null, dispatcher);
}
public void setAnalysisName(String analysisName) {
RequestContext context = RequestContext.instance();
Locale locale = context.getLocale();
if (analysisName == null || analysisName.trim().equals("")) {
logger.error("Analysis name missing.");
String msg = EngineMessageBundle.getMessage("error.analysis.name.missing", locale);
throw new FormatException(msg);
}