Package org.exoplatform.container
Class PortalContainer.UnregisterTask
java.lang.Object
org.exoplatform.container.RootContainer.PortalContainerPostInitTask
org.exoplatform.container.PortalContainer.UnregisterTask
- All Implemented Interfaces:
RootContainer.PortalContainerInitTask
- Enclosing class:
- PortalContainer
public static class PortalContainer.UnregisterTask
extends RootContainer.PortalContainerPostInitTask
This class is used to unregister a portal container
-
Field Summary
Fields inherited from class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.ServletContext context, PortalContainer portalContainer) Executes the taskMethods inherited from class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
alreadyExists, getType, onAlreadyExists
-
Constructor Details
-
UnregisterTask
public UnregisterTask()
-
-
Method Details
-
execute
Description copied from interface:RootContainer.PortalContainerInitTaskExecutes the task- Parameters:
context- the servlet context of the web applicationportalContainer- The portal container on which we would like to execute the task
-