Package org.exoplatform.commons.addons
Class AddOnPluginImpl
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.commons.addons.AddOnPlugin
-
- org.exoplatform.commons.addons.AddOnPluginImpl
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class AddOnPluginImpl extends AddOnPlugin
-
-
Constructor Summary
Constructors Constructor Description AddOnPluginImpl(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.exoplatform.portal.config.model.Application<?>buildApp(org.exoplatform.portal.config.model.Application<?> app)List<org.exoplatform.portal.config.model.Application<?>>getApplications()StringgetContainerName()intgetPriority()
-
-
-
Method Detail
-
buildApp
protected org.exoplatform.portal.config.model.Application<?> buildApp(org.exoplatform.portal.config.model.Application<?> app)
-
getApplications
public List<org.exoplatform.portal.config.model.Application<?>> getApplications()
- Specified by:
getApplicationsin classAddOnPlugin
-
getPriority
public int getPriority()
- Specified by:
getPriorityin classAddOnPlugin
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein classAddOnPlugin
-
-