Package | Description |
---|---|
org.wandora.application.modulesserver | |
org.wandora.modules |
This package contains a modular framework for applications and
services.
|
org.wandora.modules.cache | |
org.wandora.modules.fng | |
org.wandora.modules.servlet | |
org.wandora.modules.topicmap | |
org.wandora.modules.usercontrol |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopicWebApp |
class |
AbstractWebApp |
class |
Axis2Service |
class |
BrowserPluginService |
class |
BundleContext
A servlet context for the bundle.
|
class |
FNGAPIWebApp |
class |
GraphMLWebApp |
class |
IIIFWebApp |
class |
JettyModule
A module that exposes the Jetty server object itself.
|
class |
JTMWebApp |
class |
RDFWebApp |
class |
SameAsService
SameAsService implements a simple web service that returns all subject identifiers
of a given topic.
|
class |
ScreenCastWebApp |
class |
ViewTopicWebApp |
class |
WaianaService
WaianaService implements an API used to store and retrieve topic maps via
JSON fragments submitted over HTTP.
|
class |
WandoraServletModule |
class |
XTMWebApp |
Modifier and Type | Class and Description |
---|---|
class |
DBTesterModule
This does some stress testing of DatabaseInterface, mainly intended
for debugging memory leaks.
|
class |
DefaultReplacementsModule
A basic implementation of the replacements system.
|
class |
EmailModule
A module that provides email sending services for other modules.
|
class |
GenericDatabaseInterface
A general purpose implementation of the DatabaseInterface using JDBC
and thus being able to operate with many different relational
databases.
|
class |
LoggingModule
A module that provides logging facilities for other modules.
|
class |
ModuleGroup |
class |
NetAuthenticatorModule |
class |
ScriptModule
A base module implementation that adds some scripting functionality
into the module.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskCacheModule
Stores cached content on a file system.
|
Modifier and Type | Class and Description |
---|---|
class |
FNGAPIAction |
class |
FNGAPIExceptionHandler |
class |
NewAPIKeyAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction
The base class for action modules, that is modules that respond to
an HTTP request and return some content.
|
class |
AbstractTemplate
A base implementation for templates.
|
class |
CachedAction
This is a base class for actions that take advantage of caching
services.
|
class |
ChainedAction
An action that makes it possible to chain together two, or more,
actions into one.
|
class |
GenericContext
A base for context modules.
|
class |
GenericTemplateAction
A general purpose action that uses templates for output.
|
class |
ImageResizeAction
An action that reads images from a source directory and resizes them
to fit specified dimensions.
|
class |
ModulesServlet._ServletModule |
class |
ModulesWandoraWebAppHandler._ServletModule |
class |
RecaptchaAction |
class |
RedirectAction |
class |
RequestForwarder |
class |
SendEmailAction
Sends an email composed using a template.
|
class |
StaticContentAction |
class |
StaticTemplateContextProvider
This class can be used to define a default context for template
managers.
|
class |
TemplateActionExceptionHandler
An implementation of ActionExceptionHandler, a module that handles
exceptions thrown by other actions.
|
class |
TemplateManager
A module where all Templates register themselves so that Actions,
or other modules too, can find them.
|
class |
VelocityEngineModule
A module that makes an Apache Velocity engine available for
any VelocityTemplates.
|
class |
VelocityTemplate
A Template implementation using the Apache Velocity templating engine.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTopicMapManager
Basic implementation of the topic map manager.
|
class |
ViewTopicAction
An action for displaying something about a single topic using
a template.
|
class |
WandoraTopicMapManager
A TopicMapManager implementation that uses a running Wandora
application for the topic map.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlledContext |
class |
BasicUserAuthenticator
A simple user authenticator that performs standard HTTP authentication
using the BASIC scheme.
|
class |
ChangeUserAction
An action that changes something about a user.
|
class |
ChangeUserRolesAction
Deprecated.
|
class |
DatabaseUserStore
A user store which stores users in a relational database.
|
class |
FileUserStore
A user store that reads users from a json file.
|
class |
FrequencyRestrictedContext |
class |
GetUserAuthenticator
A simple user authenticator that takes the user name and password from
the HTTP request parameters.
|
class |
GetUserLogAction |
class |
PasswordResendAction |
class |
RoleRestrictedContext |
class |
SourceRestrictedContext
A context which restricts access to the source IP address.
|
class |
StaticUserStore
A very simple user store which reads user names and passwords and roles
straight from the initialisation parameters.
|
class |
UserLoggerAction |
class |
UserManagerAction |
class |
UserStoreCopyTool
This is a module you might include in the modules config to move users
from one user store to another.
|
Copyright 2004-2015 Wandora Team