Class I18NCBP

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

public class I18NCBP extends org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
Added to com.liferay.faces.portal.el.I18N. Makes sure that the cache there would not work so that i18n file updates would be read again.
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
    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

    getCachingPolicy, 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

    • I18NCBP

      public I18NCBP()
  • 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