org.apache.cocoon.framework
Interface Configurable

All Known Implementing Classes:
AbstractXSLProcessor, LRUCache, AbstractPrinter

public abstract interface Configurable

This interface must be implemented by all those classes that need parameters to specify their global behavior during their initialization.

Every class must implement this interface and have empty contructor methods instead of relying on Reflection for configuration.

Version:
$Revision: 1.1 $ $Date: 1999/03/22 23:50:06 $
Author:
Stefano Mazzocchi

Method Summary
 void init(Configurations conf)
          Initialize the class by passing its configurations.
 

Method Detail

init

public void init(Configurations conf)
Initialize the class by passing its configurations.

Copyright (c) 1998 The Java Apache Project