org.apache.jetspeed.daemon.impl.util.feeddaemon
Class EntryInstantiator

java.lang.Object
  extended byorg.apache.jetspeed.daemon.impl.util.feeddaemon.EntryInstantiator

public class EntryInstantiator
extends java.lang.Object

Handles taking all known Portlets and then instantiatles them all so that everything is in memory.

Version:
$Id: EntryInstantiator.java,v 1.16 2004/02/23 02:47:27 jford Exp $
Author:
Kevin A. Burton

Constructor Summary
EntryInstantiator(PortletEntry[] entries)
          Create a EntryInstantiator for processing.
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryInstantiator

public EntryInstantiator(PortletEntry[] entries)
Create a EntryInstantiator for processing.

Method Detail

process

public void process()


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.