org.apache.pluto.driver.deploy
Interface PortalRegistrarService

All Known Implementing Classes:
ContextRegistryRegistrarService, PortletEntityRegistryRegistrarService

public interface PortalRegistrarService

Service interface defining a mechanism for registering a portlet application with a portal.

Since:
Mar 9, 2005
Version:
1.0
Author:
David H. DeWolf

Method Summary
 void register(org.apache.pluto.descriptors.services.PortletAppDescriptorService service)
          Register the application defined by the service.
 

Method Detail

register

public void register(org.apache.pluto.descriptors.services.PortletAppDescriptorService service)
              throws java.io.IOException
Register the application defined by the service.

Parameters:
service -
Throws:
java.io.IOException


Copyright © 2003-2006 . All Rights Reserved.