if( reqType == null || "".equals( reqType )){
reqType = ReportConstants.FORMAT_PDF;
}
if( jasperEngine == null ){
jasperEngine = new DynamicJasperEngine( );
}
if( StringUtil.clean(jasperEngine.getDefaultDirectory()) == null ){
jasperEngine.setDefaultDirectory(
ServletActionContext.getServletContext().getRealPath(