Package | Description |
---|---|
org.wandora.application.modulesserver | |
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 |
BrowserPluginService |
class |
BundleContext
A servlet context for the bundle.
|
class |
FNGAPIWebApp |
class |
GraphMLWebApp |
class |
IIIFWebApp |
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 |
XTMWebApp |
Modifier and Type | Class and Description |
---|---|
class |
FNGAPIAction |
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 |
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 |
RecaptchaAction |
class |
RedirectAction |
class |
RequestForwarder |
class |
SendEmailAction
Sends an email composed using a template.
|
class |
StaticContentAction |
Modifier and Type | Field and Description |
---|---|
protected ActionHandler |
ActionException.action |
Modifier and Type | Method and Description |
---|---|
ActionHandler |
ActionException.getAction()
Gets the action where the exception occurred.
|
ActionHandler |
GenericContext.getHandlingAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
Gets the Action that will probably handle the given request.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionException.setAction(ActionHandler action)
Sets the action where this exception occurred.
|
Constructor and Description |
---|
ActionAuthenticationException(ActionHandler action) |
ActionAuthenticationException(java.lang.String message,
ActionHandler action) |
ActionAuthenticationException(java.lang.String message,
ActionHandler action,
User user) |
ActionAuthenticationException(java.lang.String message,
java.lang.Throwable cause,
ActionHandler action) |
ActionAuthenticationException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
ActionHandler action) |
ActionAuthenticationException(java.lang.Throwable cause,
ActionHandler action) |
ActionException(ActionHandler action) |
ActionException(java.lang.String message,
ActionHandler action) |
ActionException(java.lang.String message,
java.lang.Throwable cause,
ActionHandler action) |
ActionException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
ActionHandler action) |
ActionException(java.lang.Throwable cause,
ActionHandler action) |
Modifier and Type | Class and Description |
---|---|
class |
ViewTopicAction
An action for displaying something about a single topic using
a template.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlledContext |
class |
ChangeUserAction
An action that changes something about a user.
|
class |
ChangeUserRolesAction
Deprecated.
|
class |
FrequencyRestrictedContext |
class |
GetUserLogAction |
class |
PasswordResendAction |
class |
RoleRestrictedContext |
class |
SourceRestrictedContext
A context which restricts access to the source IP address.
|
class |
UserLoggerAction |
class |
UserManagerAction |
Copyright 2004-2015 Wandora Team