Class LiferayHookUtil

java.lang.Object
org.zeroturnaround.jrebel.liferay.util.LiferayHookUtil

public class LiferayHookUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    getFileLastModified(String path, org.zeroturnaround.javarebel.RebelServletContext sc)
     
    static void
    registerHook(org.zeroturnaround.javarebel.RebelServletContext baseContext, org.zeroturnaround.javarebel.RebelServletContext hookContext, String customJspsPrefix)
     
    static void
    unregisterHook(org.zeroturnaround.javarebel.RebelServletContext baseContext, org.zeroturnaround.javarebel.RebelServletContext hookContext)
     
    static org.zeroturnaround.javarebel.RebelServletContext
    unwrap(org.zeroturnaround.javarebel.RebelServletContext sc)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LiferayHookUtil

      public LiferayHookUtil()
  • Method Details

    • registerHook

      public static void registerHook(org.zeroturnaround.javarebel.RebelServletContext baseContext, org.zeroturnaround.javarebel.RebelServletContext hookContext, String customJspsPrefix)
    • unregisterHook

      public static void unregisterHook(org.zeroturnaround.javarebel.RebelServletContext baseContext, org.zeroturnaround.javarebel.RebelServletContext hookContext)
    • getFileLastModified

      public static long getFileLastModified(String path, org.zeroturnaround.javarebel.RebelServletContext sc)
    • unwrap

      public static org.zeroturnaround.javarebel.RebelServletContext unwrap(org.zeroturnaround.javarebel.RebelServletContext sc)