Package com.liferay.portal.deploy.auto
Class MVCPortletAutoDeployer
Object
com.liferay.portal.tools.deploy.BaseAutoDeployer
com.liferay.portal.deploy.auto.PortletAutoDeployer
com.liferay.portal.deploy.auto.MVCPortletAutoDeployer
- All Implemented Interfaces:
com.liferay.portal.kernel.deploy.auto.AutoDeployer
,Closeable
,AutoCloseable
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.tools.deploy.BaseAutoDeployer
auiTaglibDTD, DEPLOY_TO_PREFIX, portletExtTaglibDTD, portletTaglibDTD, securityTaglibDTD, tempDirPaths, themeTaglibDTD, uiTaglibDTD, utilTaglibDTD
Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.deploy.auto.PortletAutoDeployer
getExtraContent, getServletContent, updateDeployDirectory, updatePortletXML
Methods inherited from class com.liferay.portal.tools.deploy.BaseAutoDeployer
autoDeploy, close, copyDependencyXml, copyDependencyXml, copyDependencyXml, deployDirectory, getIgnoreFiltersContent, getPluginType, processPluginPackageProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
autoDeploy, close, copyDependencyXml, copyDependencyXml, copyDependencyXml, processPluginPackageProperties
-
Constructor Details
-
MVCPortletAutoDeployer
public MVCPortletAutoDeployer()
-
-
Method Details