Deprecated API

Deprecated Classes
org.apache.avalon.phoenix.AbstractBlock
          As Block interface is deprecated this class is also deprecated with no replacement. 
org.apache.avalon.phoenix.frontends.ComposableServlet
            
org.apache.avalon.phoenix.frontends.PhoenixServlet
            
org.apache.avalon.phoenix.components.embeddor.SingleAppEmbeddor
            
 

Deprecated Interfaces
org.apache.avalon.phoenix.BlockListener
          This interface has been replaced by ApplicationListener 
 

Deprecated Methods
org.apache.avalon.phoenix.BlockEvent.getBlock()
          Use getObject() instead as this may cause a ClassCastException 
org.apache.avalon.phoenix.metadata.BlockMetaData.getClassname()
          Please use BlockMetaData.getImplementationKey() instead. 
org.apache.avalon.phoenix.metainfo.BlockDescriptor.getClassname()
          Deprecated and replaced by BlockDescriptor.getImplementationKey() 
org.apache.avalon.phoenix.AbstractBlock.getConfiguration()
          No Block should be relying on AbstractBlock to implement Configurable 
org.apache.avalon.phoenix.BlockContext.getLogger(String)
          This allows block writers to "break-out" of their logging hierarchy which is considered bad form. Replace by Logger.getChildLogger(String) where original logger is aquired via AbstractLogEnabled. 
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.