Interface for all Javascript generators.
The default implementation is the {@link StandardJavascriptGenerator} classbut it can be replaced by another class that implements this interface thanks to the {@link DatatablesConfigurator}.
As it extends the {@link DelegatedContent} interface, the implementation mustalso implement the {@link DelegatedContent#getContent(javax.servlet.http.HttpServletRequest)}method, which should return the generated Javascript. @author Thibault Duchateau @since 0.10.0
|
|
|
|
|
|