Class HookHotDeployListenerCBP

java.lang.Object
org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.jrebel.liferay.cbp.HookHotDeployListenerCBP
All Implemented Interfaces:
org.zeroturnaround.javarebel.ClassBytecodeProcessor

public class HookHotDeployListenerCBP extends org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
Processes com.liferay.portal.deploy.hot.HookHotDeployListener. Allows hot deploy on jsp files and static resources added by a liferay hook
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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy
    getCachingPolicy(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl)
     
    void
    process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass)
     

    Methods inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor

    process

    Methods inherited from class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor

    acceptPathAsClass, acceptPathAsPrimitive, priority, process, setImplicitClassNames, withDuplicatePatchingProtection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.zeroturnaround.javarebel.ClassBytecodeProcessor

    process
  • Constructor Details

    • HookHotDeployListenerCBP

      public HookHotDeployListenerCBP()
  • Method Details

    • process

      public void process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) throws Exception
      Specified by:
      process in class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
      Throws:
      Exception
    • getCachingPolicy

      protected org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy getCachingPolicy(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl)
      Overrides:
      getCachingPolicy in class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor