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

java.lang.Object
  extended byorg.apache.pluto.driver.deploy.impl.ContextRegistryRegistrarService
All Implemented Interfaces:
PortalRegistrarService

public class ContextRegistryRegistrarService
extends java.lang.Object
implements PortalRegistrarService

Registrar service which adds the application context to the registry file.

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

Field Summary
static java.lang.String CONTEXT_FILE
           
 
Constructor Summary
ContextRegistryRegistrarService(java.io.File webAppDir)
           
 
Method Summary
 void register(org.apache.pluto.descriptors.services.PortletAppDescriptorService service)
          Register the application defined by the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_FILE

public static final java.lang.String CONTEXT_FILE
See Also:
Constant Field Values
Constructor Detail

ContextRegistryRegistrarService

public ContextRegistryRegistrarService(java.io.File webAppDir)
Method Detail

register

public void register(org.apache.pluto.descriptors.services.PortletAppDescriptorService service)
              throws java.io.IOException
Description copied from interface: PortalRegistrarService
Register the application defined by the service.

Specified by:
register in interface PortalRegistrarService
Parameters:
service -
Throws:
java.io.IOException


Copyright © 2003-2005 . All Rights Reserved.