Class JSMinifcationPostProcessor
java.lang.Object
org.nustaq.kontraktor.webapp.javascript.jsmin.JSMinifcationPostProcessor
- All Implemented Interfaces:
JSPostProcessor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
JSPostProcessor.JSPostProcessorContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]postProcess(byte[] currentJS, JSPostProcessor.JSPostProcessorContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.webapp.javascript.JSPostProcessor
postProcess
-
Constructor Details
-
JSMinifcationPostProcessor
public JSMinifcationPostProcessor()
-
-
Method Details
-
postProcess
- Specified by:
postProcessin interfaceJSPostProcessor
-