| Package | Description |
|---|---|
| org.apache.wiki.api.engine |
JSPWiki's Engine's component related classes.
|
| org.apache.wiki.api.exceptions |
JSPWiki's API exceptions package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Initializable.initialize(Engine engine,
java.util.Properties props)
Initializes this Engine component.
|
void |
Initializable.initialize(Engine engine,
java.util.Properties props)
Initializes this Engine component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterException
A generic PageFilter exception.
|
class |
NoRequiredPropertyException
Marks an erroneus jspwiki.properties file.
|
class |
NoSuchVariableException
Marks that no such variable was located.
|
class |
PluginException
Provides a generic PluginException.
|
class |
ProviderException
This exception represents the superclass of all exceptions that providers may throw.
|
class |
RedirectException
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.
|
class |
WikiI18nException
A generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to
end-user.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.