|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.Action
net.spy.jwebkit.struts.JWebAction
net.spy.jwebkit.struts.AjaxAction
public abstract class AjaxAction
Base action for AJAX actions.
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.Action |
|---|
defaultLocale, servlet |
| Constructor Summary | |
|---|---|
AjaxAction()
|
|
| Method Summary | |
|---|---|
protected abstract net.spy.xml.SAXAble |
getResults(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
Write the results for this call to the given ContentHandler. |
protected org.apache.struts.action.ActionForward |
spyExecute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Execute this action. |
| Methods inherited from class net.spy.jwebkit.struts.JWebAction |
|---|
execute, getLogger, spyCancel |
| 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, 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 AjaxAction()
| Method Detail |
|---|
protected final org.apache.struts.action.ActionForward spyExecute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
JWebAction
spyExecute in class JWebActionmapping - the mappingform - the formrequest - the requestresponse - the response
java.lang.Exception - if there's a problem with the action
protected abstract net.spy.xml.SAXAble getResults(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
form - the web form instancerequest - the servlet request
java.lang.Exception - exceptions will be transferred back to the client
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||