|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the dipatch methods for displaying a browseable grid of data.
Method Summary | |
org.apache.struts.action.ActionForward |
browse(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method to display the data that the user is browsing. |
org.apache.struts.action.ActionForward |
getBrowseForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
Returns the forward for the browse dispatch |
org.apache.struts.action.ActionForward |
go(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user wishes to go to a specific page of data. |
org.apache.struts.action.ActionForward |
next(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user wishes to move to the next page of data. |
org.apache.struts.action.ActionForward |
previous(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user wishes to move to the previous page of data. |
org.apache.struts.action.ActionForward |
sizeWindow(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user needs to change the window/page size of data. |
org.apache.struts.action.ActionForward |
sort(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user wishes to sort the data. |
Method Detail |
public org.apache.struts.action.ActionForward browse(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward sizeWindow(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward next(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward previous(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward go(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward sort(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequestresponse
- the HttpServletResponse
java.lang.Exception
- when an error occurs.public org.apache.struts.action.ActionForward getBrowseForward(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request) throws java.lang.Exception
mapping
- the ActionMappingform
- the ActionFormrequest
- the HttpServletRequest
java.lang.Exception
- when an error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |