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(java.io.File srcFile,
java.lang.String displayName,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
java.lang.String |
getExtraContent(double webXmlVersion,
java.io.File srcFile,
java.lang.String displayName) |
java.lang.String |
getServletContent(java.io.File portletXML,
java.io.File webXML) |
void |
updateDeployDirectory(java.io.File srcFile) |
void |
updatePortletXML(java.io.File portletXML) |
autoDeploy, close, copyDependencyXml, copyDependencyXml, copyDependencyXml, deployDirectory, getIgnoreFiltersContent, getPluginType, processPluginPackagePropertiespublic void copyXmls(java.io.File srcFile,
java.lang.String displayName,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
throws java.lang.Exception
copyXmls in interface com.liferay.portal.kernel.deploy.auto.AutoDeployercopyXmls in class BaseAutoDeployerjava.lang.Exceptionpublic java.lang.String getExtraContent(double webXmlVersion,
java.io.File srcFile,
java.lang.String displayName)
throws java.lang.Exception
getExtraContent in class BaseAutoDeployerjava.lang.Exceptionpublic java.lang.String getServletContent(java.io.File portletXML,
java.io.File webXML)
throws java.lang.Exception
java.lang.Exceptionpublic void updateDeployDirectory(java.io.File srcFile)
throws java.lang.Exception
updateDeployDirectory in class BaseAutoDeployerjava.lang.Exceptionpublic void updatePortletXML(java.io.File portletXML)
throws java.lang.Exception
java.lang.Exception