org.apache.pluto.driver.deploy.impl
Class PortletEntityRegistryRegistrarService

java.lang.Object
  extended by org.apache.pluto.driver.deploy.impl.PortletEntityRegistryRegistrarService
All Implemented Interfaces:
PortalRegistrarService

public class PortletEntityRegistryRegistrarService
extends java.lang.Object
implements PortalRegistrarService

Service Implementation used by the command line deployer to register portlet applications with the Portal.

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

Constructor Summary
PortletEntityRegistryRegistrarService(java.io.File portalRoot)
          Default Constructor wich provides the root of the portal application.
 
Method Summary
 void register(org.apache.pluto.descriptors.services.PortletAppDescriptorService service)
          Register the portlet application represented by the descriptor service provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletEntityRegistryRegistrarService

public PortletEntityRegistryRegistrarService(java.io.File portalRoot)
Default Constructor wich provides the root of the portal application.

Parameters:
portalRoot -
Method Detail

register

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

Specified by:
register in interface PortalRegistrarService
Parameters:
service - service used to obtain desc info.
Throws:
java.io.IOException


Copyright © 2003-2010 . All Rights Reserved.