|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.Action
org.apache.struts.actions.DispatchAction
org.intermine.web.struts.InterMineDispatchAction
public class InterMineDispatchAction
An InterMine specific version of DispatchAction.
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.actions.DispatchAction |
|---|
clazz, log, messages, methods, types |
| Fields inherited from class org.apache.struts.action.Action |
|---|
defaultLocale, servlet |
| Constructor Summary | |
|---|---|
InterMineDispatchAction()
|
|
| Method Summary | |
|---|---|
void |
recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request)
Add the given ActionMessage as an error for this Action |
void |
recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request,
java.lang.Exception e)
Add the given ActionMessage as an error for this Action |
void |
recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request,
java.lang.Exception exception,
org.apache.log4j.Logger logger)
Add the given ActionMessage as an error for this Action and log the error |
void |
recordMessage(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request)
Add the given ActionMessage as a message for this Action |
| Methods inherited from class org.apache.struts.actions.DispatchAction |
|---|
cancelled, dispatchMethod, execute, getMethod, getMethodName, unspecified |
| Methods inherited from class org.apache.struts.action.Action |
|---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterMineDispatchAction()
| Method Detail |
|---|
public void recordMessage(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request)
actionMessage - the message to saverequest - the HTTP request we are processing
public void recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request)
actionMessage - the message to saverequest - the HTTP request we are processing
public void recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request,
java.lang.Exception e)
actionMessage - the message to saverequest - the HTTP request we are processinge - the Exception that caused this error
public void recordError(org.apache.struts.action.ActionMessage actionMessage,
javax.servlet.http.HttpServletRequest request,
java.lang.Exception exception,
org.apache.log4j.Logger logger)
actionMessage - the message to saverequest - the HTTP request we are processingexception - the Exception that caused this errorlogger - the Logger to write the error message to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||