Class MinifierFilterCBP
java.lang.Object
org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.jrebel.liferay.cbp.MinifierFilterCBP
- All Implemented Interfaces:
org.zeroturnaround.javarebel.ClassBytecodeProcessor
public class MinifierFilterCBP
extends org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
When rebel.xml
web parts target dir has the "/html/js" dir inside then JavaScript minifier stops working.
e.g. they will scan the dir from the rebel.xml path and the server dir is skipped.
Quick fix is: ?js_fast_load=0 or javascript.fast.load=false- Author:
- Andres Luuk
-
Nested Class Summary
Nested classes/interfaces inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) Methods inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
getCachingPolicy, processMethods inherited from class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
acceptPathAsClass, acceptPathAsPrimitive, priority, process, setImplicitClassNames, withDuplicatePatchingProtectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zeroturnaround.javarebel.ClassBytecodeProcessor
process
-
Field Details
-
READ_METHOD_WITH_STRING_SIGNATURE
- See Also:
-
-
Constructor Details
-
MinifierFilterCBP
public MinifierFilterCBP()
-
-
Method Details
-
process
public void process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) throws Exception - Specified by:
processin classorg.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor- Throws:
Exception
-