|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.controller.WiretapEventsSearchFormController
@Controller
@RequestMapping(value="/events/*.htm")
@SessionAttributes(value={"searchCriteria","pageNo"})
public class WiretapEventsSearchFormControllerThis class is the Controller for the Wiretap search form
| Constructor Summary | |
|---|---|
WiretapEventsSearchFormController(WiretapService wiretapService,
ModuleService moduleService)
Constructor |
|
| Method Summary | |
|---|---|
List<Module> |
getModuleNames()
Get the module names |
String |
housekeepWiretaps()
Handle the request to execute the housekeeper |
String |
next(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
Search for the next page of results |
String |
previous(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
Search for the previous page of results |
String |
processSubmit(org.springframework.ui.ModelMap modelMap,
WiretapSearchCriteria searchCriteria,
org.springframework.validation.BindingResult result)
Handle submission of the search form |
String |
searchResults(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
Return to the search results page |
String |
setupForm(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
Setup the search form |
org.springframework.web.servlet.ModelAndView |
viewEvent(long eventId,
org.springframework.ui.ModelMap modelMap)
View a specified WiretapEvent |
org.springframework.web.servlet.ModelAndView |
viewPrettyPayloadContent(long eventId,
javax.servlet.http.HttpServletResponse response)
View a specific payload content in a best guess native format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WiretapEventsSearchFormController(WiretapService wiretapService,
ModuleService moduleService)
wiretapService - - The wiretap service to usemoduleService - - The module container to use| Method Detail |
|---|
@ModelAttribute(value="modules") public List<Module> getModuleNames()
@RequestMapping(value="search.htm",
method=GET)
public String setupForm(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
request - The standard HttpServletRequestmodel - The model
@RequestMapping(method=POST)
public String processSubmit(org.springframework.ui.ModelMap modelMap,
@ModelAttribute(value="searchCriteria")
WiretapSearchCriteria searchCriteria,
org.springframework.validation.BindingResult result)
modelMap - The modelsearchCriteria - The criteria to search onresult - The place holder for the result
@RequestMapping(value="next.htm")
public String next(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
request - The standard HttpServletRequestmodelMap - The model
@RequestMapping(value="searchResults.htm")
public String searchResults(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
request - The standard HttpServletRequestmodelMap - The model
@RequestMapping(value="previous.htm")
public String previous(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
request - The standard HttpServletRequestmodelMap - The model
@RequestMapping(value="viewEvent.htm")
public org.springframework.web.servlet.ModelAndView viewEvent(@RequestParam(value="eventId")
long eventId,
org.springframework.ui.ModelMap modelMap)
eventId - The id of the event to getmodelMap - The model
@RequestMapping(value="viewPrettyPayloadContent.htm")
public org.springframework.web.servlet.ModelAndView viewPrettyPayloadContent(@RequestParam(value="eventId")
long eventId,
javax.servlet.http.HttpServletResponse response)
eventId - The id of the event to getresponse - - Standard response stream
@RequestMapping(value="housekeeping.htm",
method=POST)
public String housekeepWiretaps()
throws Exception
Exception - - Catch all
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||