This component can be used to call statically an instance of MessageSource
This can be used on classes non managed by spring.
This component can be used to get statically the server address
HTTPContextHolder.getServerURL()This return a server full URL containing the scheme + the server host + port (if is not the 80) and the context name (when have). This can be used on classes non managed by spring.
Supporting a custom HQL function called FILTER()
Report generator implemented by JasperReportManager
Supported methods:
publicByteArrayOutputStreamexportToPDF( Map<String, Object> parameters, StringreportPath );
publicByteArrayOutputStreamexportToHTML( Map<String, Object> parameters, StringreportPath );
publicByteArrayOutputStreamexportToXML( Map<String, Object> parameters, StringreportPath );
publicByteArrayOutputStreamexportToXLS( Map<String, Object> parameters, StringreportPath );Enum constants for 450 mimetypes.
mvn deploy -DperformRelease=true -Dmaven.javadoc.skip=true
