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 boolean |
FNGAPIAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
protected java.lang.String |
FNGAPIAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.lang.String |
NewAPIKeyAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
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 Template |
FNGAPIExceptionHandler.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
ActionException exception) |
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) |
Modifier and Type | Field and Description |
---|---|
ModulesServlet.HttpMethod |
GenericContext.ForwardResult.method
Overwritten method.
|
Modifier and Type | Method and Description |
---|---|
static ModulesServlet.HttpMethod |
ModulesServlet.HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModulesServlet.HttpMethod[] |
ModulesServlet.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 void |
ModulesServlet.doMethod(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
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 boolean |
ImageResizeAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
protected boolean |
RequestForwarder.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
protected boolean |
SendEmailAction.doOutput(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
CachedAction.OutputProvider out,
User user) |
java.lang.String |
AbstractAction.doReplacements(java.lang.String value,
javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user)
Performs basic string replacement using a ReplacementsModule if
one is available.
|
protected abstract java.lang.String |
CachedAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action)
Should return a string that uniquely identifies this request.
|
protected java.lang.String |
GenericTemplateAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.lang.String |
ImageResizeAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.lang.String |
RequestForwarder.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
GenericTemplateAction.getCacheKeyParams(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action)
Returns the parameters used in building the cache key.
|
private java.util.LinkedHashMap<java.lang.String,java.lang.String> |
ImageResizeAction.getCacheKeyParams(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
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.
|
protected Template |
TemplateActionExceptionHandler.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
ActionException exception) |
protected Template |
GenericTemplateAction.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected Template |
TemplateActionExceptionHandler.getTemplate(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
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.
|
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) |
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.
|
boolean |
AbstractAction.isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
boolean |
ActionHandler.isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
Checks if this action handler will try to handle the given action
without handling it yet or causing any side effects.
|
boolean |
GenericContext.isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
boolean |
StaticContentAction.isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
protected void |
ModulesServlet.returnNotHandled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
protected void |
ModulesWandoraWebAppHandler.returnNotHandled(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ViewTopicAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
ViewTopicAction.getCacheKeyParams(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
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 UserAuthenticator.AuthenticationResult |
AbstractControlledContext.authenticate(java.lang.String requiredRole,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
UserAuthenticator.AuthenticationResult |
BasicUserAuthenticator.authenticate(java.lang.String requiredRole,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
UserAuthenticator.AuthenticationResult |
GetUserAuthenticator.authenticate(java.lang.String requiredRole,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
UserAuthenticator.AuthenticationResult |
UserAuthenticator.authenticate(java.lang.String requiredRole,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
Authenticates a user.
|
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 GenericContext.ForwardResult |
SourceRestrictedContext.doForwardRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method) |
protected java.lang.String |
UserManagerAction.getCacheKey(javax.servlet.http.HttpServletRequest req,
ModulesServlet.HttpMethod method,
java.lang.String action) |
protected java.lang.String |
UserLoggerAction.getEntryParams(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
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) |
boolean |
UserLoggerAction.handleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user) |
protected boolean |
UserLoggerAction.writeEntry(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method,
java.lang.String action,
User user,
java.io.Writer out) |
Copyright 2004-2015 Wandora Team