org.apache.cocoon.selection
Class HostSelectorFactory

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.selection.NamedPatternsSelector
              |
              +--org.apache.cocoon.selection.HostSelector
                    |
                    +--org.apache.cocoon.selection.HostSelectorFactory
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.logger.Loggable, Selector, org.apache.avalon.framework.thread.ThreadSafe

Deprecated. replaced by HostSelector - code factories should no longer be used

public class HostSelectorFactory
extends HostSelector
implements org.apache.avalon.framework.activity.Initializable

Version:
CVS $Id: HostSelectorFactory.java,v 1.5 2002/02/22 07:03:54 cziegeler Exp $

Fields inherited from interface org.apache.cocoon.selection.Selector
ROLE
 
Constructor Summary
HostSelectorFactory()
          Deprecated.  
 
Method Summary
 void initialize()
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.selection.HostSelector
configure, select
 
Methods inherited from class org.apache.cocoon.selection.NamedPatternsSelector
checkPatterns, configure
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostSelectorFactory

public HostSelectorFactory()
Deprecated. 
Method Detail

initialize

public void initialize()
Deprecated. 
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable


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