public class PortletAutoDeployer extends BaseAutoDeployer implements com.liferay.portal.kernel.deploy.auto.AutoDeployer
auiTaglibDTD, DEPLOY_TO_PREFIX, portletExtTaglibDTD, portletTaglibDTD, securityTaglibDTD, tempDirPaths, themeTaglibDTD, uiTaglibDTD, utilTaglibDTD| Constructor and Description |
|---|
PortletAutoDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyXmls(File srcFile,
String displayName,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
String |
getExtraContent(double webXmlVersion,
File srcFile,
String displayName) |
String |
getServletContent(File portletXML,
File webXML) |
void |
updateDeployDirectory(File srcFile) |
void |
updatePortletXML(File portletXML) |
autoDeploy, close, copyDependencyXml, copyDependencyXml, copyDependencyXml, deployDirectory, getIgnoreFiltersContent, getPluginType, processPluginPackagePropertiespublic void copyXmls(File srcFile,
String displayName,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
throws Exception
copyXmls in interface com.liferay.portal.kernel.deploy.auto.AutoDeployercopyXmls in class BaseAutoDeployerExceptionpublic String getExtraContent(double webXmlVersion,
File srcFile,
String displayName)
throws Exception
getExtraContent in class BaseAutoDeployerExceptionpublic String getServletContent(File portletXML,
File webXML)
throws Exception
Exceptionpublic void updateDeployDirectory(File srcFile)
throws Exception
updateDeployDirectory in class BaseAutoDeployerExceptionpublic void updatePortletXML(File portletXML)
throws Exception
Exception