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 | Method and Description |
---|---|
boolean |
BrowserPluginService.handleAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ModulesServlet.HttpMethod _method,
java.lang.String _action,
User user) |
boolean |
GraphMLWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
IIIFWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
JTMWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
RDFWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
SameAsService.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
ScreenCastWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
WaianaService.handleAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ModulesServlet.HttpMethod _method,
java.lang.String _action,
User user) |
boolean |
XTMWebApp.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
Modifier and Type | Method and Description |
---|---|
protected Template |
FNGAPIExceptionHandler.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
ActionException exception) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
FNGAPIAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
FNGAPIAction.getCacheKeyParams(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
NewAPIKeyAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
protected java.lang.String |
FNGAPIAction.outputTopics(java.lang.String query,
java.lang.String outputMode,
TopicMap tm) |
Modifier and Type | Class and Description |
---|---|
class |
ActionAuthenticationException |
Modifier and Type | Method and Description |
---|---|
protected Template |
TemplateActionExceptionHandler.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
ActionException exception) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
TemplateActionExceptionHandler.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
User user,
ActionException ae) |
boolean |
ActionExceptionHandler.handleActionException(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user,
ActionException ae)
Handles an exception that occurred when handling an HTTP request.
|
boolean |
TemplateActionExceptionHandler.handleActionException(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user,
ActionException ae) |
Modifier and Type | Method and Description |
---|---|
protected GenericContext.ForwardResult |
GenericContext.doForwardRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
Checks if a request should be forwarded to the registered listeners.
|
protected abstract boolean |
CachedAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user)
Does the output that might be either cached or returned directly.
|
protected boolean |
GenericTemplateAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
GenericTemplateAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user)
Gets the template context used for a request.
|
abstract boolean |
AbstractAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user)
Handles this action.
|
boolean |
CachedAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
ChainedAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
RecaptchaAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
RedirectAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
SendEmailAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
StaticContentAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
ActionExceptionHandler.handleActionException(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user,
ActionException ae)
Handles an exception that occurred when handling an HTTP request.
|
boolean |
TemplateActionExceptionHandler.handleActionException(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user,
ActionException ae) |
boolean |
AbstractAction.handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user) |
boolean |
GenericContext.handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ModulesServlet.HttpMethod method,
User user) |
boolean |
ServletModule.RequestListener.handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
User user)
Handles the request, if this is the type of request the listener
is interested in.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.HashMap<java.lang.String,java.lang.Object> |
ViewTopicAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
ViewTopicAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
Modifier and Type | Method and Description |
---|---|
protected GenericContext.ForwardResult |
FrequencyRestrictedContext.doForwardRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
protected GenericContext.ForwardResult |
RoleRestrictedContext.doForwardRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
ChangeUserAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
PasswordResendAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
UserManagerAction.getTemplateContext(Template template,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
ChangeUserAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
boolean |
GetUserLogAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
Copyright 2004-2015 Wandora Team