org.apache.jetspeed.portlets.rpad.portlet.deployer.impl
Class JetspeedPortletDeployer

java.lang.Object
  extended by org.apache.jetspeed.portlets.rpad.portlet.deployer.impl.JetspeedPortletDeployer
All Implemented Interfaces:
PortletDeployer

public class JetspeedPortletDeployer
extends java.lang.Object
implements PortletDeployer


Nested Class Summary
 class JetspeedPortletDeployer.DeployerThread
           
 
Field Summary
 
Fields inherited from interface org.apache.jetspeed.portlets.rpad.portlet.deployer.PortletDeployer
DEPLOYING, READY
 
Constructor Summary
JetspeedPortletDeployer()
           
 
Method Summary
 void deploy(PortletApplication portlet)
           
protected  void drain(java.io.InputStream in, java.io.OutputStream out)
           
protected  java.io.InputStream getInputStream(java.lang.String path)
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedPortletDeployer

public JetspeedPortletDeployer()
Method Detail

getStatus

public int getStatus()
Specified by:
getStatus in interface PortletDeployer

deploy

public void deploy(PortletApplication portlet)
Specified by:
deploy in interface PortletDeployer

drain

protected void drain(java.io.InputStream in,
                     java.io.OutputStream out)
              throws java.io.IOException
Throws:
java.io.IOException

getInputStream

protected java.io.InputStream getInputStream(java.lang.String path)


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.