public class PortletAutoDeployer extends BaseAutoDeployer implements com.liferay.portal.kernel.deploy.auto.AutoDeployer
| Modifier and Type | Field and Description |
|---|---|
static String |
JSF_STANDARD |
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 |
getExtraFiltersContent(double webXmlVersion,
File srcFile) |
String |
getServletContent(File portletXML,
File webXML) |
void |
updateDeployDirectory(File srcFile) |
void |
updatePortletXML(File portletXML) |
autoDeploy, close, copyDependencyXml, copyDependencyXml, copyDependencyXml, deployDirectory, getIgnoreFiltersContent, getPluginType, getServletContextIncludeFiltersContent, getSpeedFiltersContent, processPluginPackagePropertiespublic static final String JSF_STANDARD
public 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 getExtraFiltersContent(double webXmlVersion,
File srcFile)
throws Exception
getExtraFiltersContent 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