Constructor and Description |
---|
GenericRichlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called by the richlet container to indicate to a richlet that
the richlet is being taken out of service.
|
LanguageDefinition |
getLanguageDefinition()
Returns the language definition that this richlet belongs to.
|
void |
init(RichletConfig config)
Called by the richlet container to indicate to a richlet that
the richlet is being placed into service.
|
public void init(RichletConfig config)
Default: does nothing.
public void destroy()
Default: does nothing.
public LanguageDefinition getLanguageDefinition()
It is called when creating a new page for this richlet to serve.
Default: return the language definition called "xul/html".
getLanguageDefinition
in interface Richlet
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.