public class Init extends AbstractLogEnabled implements Init, Contextualizable
Modifier and Type | Field and Description |
---|---|
protected Context |
_context
The avalon context.
|
protected Context |
_environmentContext
The cocoon environment context.
|
Constructor and Description |
---|
Init() |
Modifier and Type | Method and Description |
---|---|
void |
contextualize(Context context) |
void |
init()
Method to be implemented by user Init class.
|
protected void |
sendErrorMail()
Send an error e-mail to the administrator to notify that the server cache can't be written.
|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
protected Context _environmentContext
public Init()
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void init() throws Exception
Init
protected void sendErrorMail()