Package | Description |
---|---|
com.liferay.portal.kernel.deploy | |
com.liferay.portal.kernel.deploy.auto.context | |
com.liferay.portal.kernel.deploy.hot | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.plugin | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
PluginPackage |
DeployManager.getInstalledPluginPackage(String context) |
static PluginPackage |
DeployManagerUtil.getInstalledPluginPackage(String context) |
PluginPackage |
Deployer.readPluginPackage(File file) |
PluginPackage |
DeployManager.readPluginPackageProperties(String displayName,
Properties properties) |
static PluginPackage |
DeployManagerUtil.readPluginPackageProperties(String displayName,
Properties properties) |
PluginPackage |
DeployManager.readPluginPackageXml(String xml) |
static PluginPackage |
DeployManagerUtil.readPluginPackageXml(String xml) |
Modifier and Type | Method and Description |
---|---|
List<PluginPackage> |
DeployManager.getInstalledPluginPackages() |
static List<PluginPackage> |
DeployManagerUtil.getInstalledPluginPackages() |
Modifier and Type | Method and Description |
---|---|
void |
Deployer.copyJars(File srcFile,
PluginPackage pluginPackage) |
void |
Deployer.copyProperties(File srcFile,
PluginPackage pluginPackage) |
void |
Deployer.copyTlds(File srcFile,
PluginPackage pluginPackage) |
void |
Deployer.copyXmls(File srcFile,
String displayName,
PluginPackage pluginPackage) |
Map<String,String> |
Deployer.processPluginPackageProperties(File srcFile,
String displayName,
PluginPackage pluginPackage) |
void |
Deployer.updateWebXml(File webXml,
File srcFile,
String displayName,
PluginPackage pluginPackage) |
Modifier and Type | Method and Description |
---|---|
PluginPackage |
AutoDeploymentContext.getPluginPackage() |
Modifier and Type | Method and Description |
---|---|
void |
AutoDeploymentContext.setPluginPackage(PluginPackage pluginPackage) |
Modifier and Type | Method and Description |
---|---|
PluginPackage |
HotDeployEvent.getPluginPackage() |
Modifier and Type | Method and Description |
---|---|
void |
HotDeployEvent.setPluginPackage(PluginPackage pluginPackage) |
Modifier and Type | Method and Description |
---|---|
PluginPackage |
Plugin.getPluginPackage() |
PluginPackage |
Portlet.getPluginPackage()
Returns this portlet's plugin package.
|
PluginPackage |
PortletWrapper.getPluginPackage()
Returns this portlet's plugin package.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.setPluginPackage(PluginPackage pluginPackage) |
void |
Portlet.setPluginPackage(PluginPackage pluginPackage)
Sets this portlet's plugin package.
|
void |
PortletWrapper.setPluginPackage(PluginPackage pluginPackage)
Sets this portlet's plugin package.
|
Modifier and Type | Method and Description |
---|---|
PluginPackage |
RemotePluginPackageRepository.findPluginByArtifactURL(String artifactURL) |
PluginPackage |
RemotePluginPackageRepository.findPluginPackageByModuleId(String moduleId) |
Modifier and Type | Method and Description |
---|---|
List<PluginPackage> |
RemotePluginPackageRepository.findPluginsByGroupIdAndArtifactId(String groupId,
String artifactId) |
List<PluginPackage> |
RemotePluginPackageRepository.getPluginPackages() |
Modifier and Type | Method and Description |
---|---|
void |
RemotePluginPackageRepository.addPluginPackage(PluginPackage pluginPackage) |
int |
PluginPackageNameAndContextComparator.compare(PluginPackage package1,
PluginPackage package2) |
boolean |
PluginPackage.isLaterVersionThan(PluginPackage pluginPackage) |
boolean |
PluginPackage.isPreviousVersionThan(PluginPackage pluginPackage) |
boolean |
PluginPackage.isSameVersionAs(PluginPackage pluginPackage) |
void |
RemotePluginPackageRepository.removePlugin(PluginPackage pluginPackage) |
Modifier and Type | Method and Description |
---|---|
List<LayoutTemplate> |
LayoutTemplateLocalServiceWrapper.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<LayoutTemplate> |
LayoutTemplateLocalServiceUtil.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<LayoutTemplate> |
LayoutTemplateLocalService.init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<Theme> |
ThemeLocalServiceUtil.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalServiceWrapper.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalService.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<LayoutTemplate> |
LayoutTemplateLocalServiceWrapper.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<LayoutTemplate> |
LayoutTemplateLocalServiceUtil.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<LayoutTemplate> |
LayoutTemplateLocalService.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<Theme> |
ThemeLocalServiceUtil.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalServiceWrapper.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalService.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
void |
PortletLocalServiceWrapper.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static void |
PortletLocalServiceUtil.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
void |
PortletLocalService.initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Portlet> |
PortletLocalServiceWrapper.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<Portlet> |
PortletLocalServiceUtil.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Portlet> |
PortletLocalService.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
void |
LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage) |
static void |
LayoutTemplateLocalServiceUtil.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage) |
void |
LayoutTemplateLocalService.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage) |