Class LiferayPlugin
java.lang.Object
org.zeroturnaround.jrebel.liferay.LiferayPlugin
- All Implemented Interfaces:
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 Summary
FieldsFields inherited from interface org.zeroturnaround.javarebel.Plugin
MANIFEST_ATTRIBUTE_PLUGIN, SYSPROP_PLUGIN, SYSPROP_PLUGINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckDependencies(ClassLoader cl, org.zeroturnaround.javarebel.ClassResourceSource crs) getId()getName()voidpreinit()
-
Field Details
-
PRODUCT_PREFIX
- See Also:
-
-
Constructor Details
-
LiferayPlugin
public LiferayPlugin()
-
-
Method Details
-
preinit
public void preinit()- Specified by:
preinitin interfaceorg.zeroturnaround.javarebel.Plugin
-
checkDependencies
public boolean checkDependencies(ClassLoader cl, org.zeroturnaround.javarebel.ClassResourceSource crs) - Specified by:
checkDependenciesin interfaceorg.zeroturnaround.javarebel.Plugin
-
getId
- Specified by:
getIdin interfaceorg.zeroturnaround.javarebel.Plugin
-
getName
- Specified by:
getNamein interfaceorg.zeroturnaround.javarebel.Plugin
-
getDescription
- Specified by:
getDescriptionin interfaceorg.zeroturnaround.javarebel.Plugin
-
getAuthor
- Specified by:
getAuthorin interfaceorg.zeroturnaround.javarebel.Plugin
-
getWebsite
- Specified by:
getWebsitein interfaceorg.zeroturnaround.javarebel.Plugin
-