org.apache.jetspeed.portlets.rpad.portlet.deployer
Interface PortletDeployer

All Known Implementing Classes:
JetspeedPortletDeployer

public interface PortletDeployer


Field Summary
static int DEPLOYING
           
static int READY
           
 
Method Summary
 void deploy(PortletApplication portlet)
           
 int getStatus()
           
 

Field Detail

READY

static final int READY
See Also:
Constant Field Values

DEPLOYING

static final int DEPLOYING
See Also:
Constant Field Values
Method Detail

getStatus

int getStatus()

deploy

void deploy(PortletApplication portlet)


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