Package org.apache.stylebook
Class AbstractComponent
java.lang.Object
org.apache.stylebook.AbstractComponent
- All Implemented Interfaces:
Component
- Direct Known Subclasses:
AbstractParser
,ContextProducer
,DirectoryProducer
,HTMLPrinter
,HTMLSerializer
,ImagePrinter
,ImportProcessor
,NullProcessor
,ParserProducer
,ProjectProducer
,Xalan2Processor
,XMLPrinter
- Version:
- CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Engine
The Engine owning this Component instance.protected Parameters
This component initialization Parameters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
engine
The Engine owning this Component instance. -
params
This component initialization Parameters.
-
-
Constructor Details
-
AbstractComponent
public AbstractComponent()
-
-
Method Details
-
init
Initialize this component instance.- Specified by:
init
in interfaceComponent
- Parameters:
e
- The Engine owning this Component instancep
- This component initialization Parameters- Throws:
InitializationException
- If this Component instance cannot be initialized.
-
debug
Report a debug message to the owning Engine.- Parameters:
msg
- The debug message to report.
-
log
Report a log message to the owning Engine.- Parameters:
msg
- The log message to report.
-