Class LiferayPlugin

java.lang.Object
org.zeroturnaround.jrebel.liferay.LiferayPlugin
All Implemented Interfaces:
org.zeroturnaround.javarebel.Plugin

public class LiferayPlugin extends Object implements org.zeroturnaround.javarebel.Plugin
Supports reloading web resources from deployed hook applications to ROOT application Supports realoding of xml conf files. Tested with Liferay 6.0.6
Author:
Andres Luuk
  • Field Details

  • Constructor Details

    • LiferayPlugin

      public LiferayPlugin()
  • Method Details

    • preinit

      public void preinit()
      Specified by:
      preinit in interface org.zeroturnaround.javarebel.Plugin
    • checkDependencies

      public boolean checkDependencies(ClassLoader cl, org.zeroturnaround.javarebel.ClassResourceSource crs)
      Specified by:
      checkDependencies in interface org.zeroturnaround.javarebel.Plugin
    • getId

      public String getId()
      Specified by:
      getId in interface org.zeroturnaround.javarebel.Plugin
    • getName

      public String getName()
      Specified by:
      getName in interface org.zeroturnaround.javarebel.Plugin
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.zeroturnaround.javarebel.Plugin
    • getAuthor

      public String getAuthor()
      Specified by:
      getAuthor in interface org.zeroturnaround.javarebel.Plugin
    • getWebsite

      public String getWebsite()
      Specified by:
      getWebsite in interface org.zeroturnaround.javarebel.Plugin