Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.sandbox
Class PortletSandboxHandler

java.lang.Object
  extended by com.liferay.portal.deploy.sandbox.BaseSandboxHandler
      extended by com.liferay.portal.deploy.sandbox.PortletSandboxHandler
All Implemented Interfaces:
SandboxHandler

public class PortletSandboxHandler
extends BaseSandboxHandler


Field Summary
 
Fields inherited from interface com.liferay.portal.deploy.sandbox.SandboxHandler
SANDBOX_MARKER
 
Constructor Summary
PortletSandboxHandler(Deployer deployer)
           
 
Method Summary
protected  void clonePlugin(File dir, PluginPackage pluginPackage)
           
protected  String getPluginType()
           
protected  Namespace getPortletNamespace(Document document)
           
protected  void updateLiferayDisplayXML(File dir)
           
protected  void updatePortletXML(File dir)
           
 
Methods inherited from class com.liferay.portal.deploy.sandbox.BaseSandboxHandler
createContextXml, createPluginPackageProperties, deleteContextXml, deploy, getDisplayName, getEngineHostDir, getPluginName, isEnabled, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSandboxHandler

public PortletSandboxHandler(Deployer deployer)
Method Detail

clonePlugin

protected void clonePlugin(File dir,
                           PluginPackage pluginPackage)
                    throws Exception
Specified by:
clonePlugin in class BaseSandboxHandler
Throws:
Exception

getPluginType

protected String getPluginType()
Specified by:
getPluginType in class BaseSandboxHandler

getPortletNamespace

protected Namespace getPortletNamespace(Document document)

updateLiferayDisplayXML

protected void updateLiferayDisplayXML(File dir)
                                throws Exception
Throws:
Exception

updatePortletXML

protected void updatePortletXML(File dir)
                         throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3