|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.controller.ExclusionsController
@Controller @RequestMapping(value="/admin/exclusions/*.htm") public class ExclusionsController
The controller for the various user views
| Constructor Summary | |
|---|---|
ExclusionsController(ExcludedEventService excludedEventService)
Constructor |
|
| Method Summary | |
|---|---|
String |
listExclusions(String moduleName,
String flowName,
javax.servlet.http.HttpServletRequest request,
Integer page,
String orderBy,
Boolean orderAsc,
org.springframework.ui.ModelMap model)
List the excludedEvents |
String |
requestResolution(String eventId,
String action,
org.springframework.ui.ModelMap model)
Handle Resolution request POST |
String |
view(String eventId,
String searchResultsUrl,
org.springframework.ui.ModelMap model)
Display ExcludedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExclusionsController(ExcludedEventService excludedEventService)
excludedEventService - - The ExcludedEventService to use| Method Detail |
|---|
@RequestMapping(value="list.htm")
public String listExclusions(@RequestParam(required=false)
String moduleName,
@RequestParam(required=false)
String flowName,
javax.servlet.http.HttpServletRequest request,
@RequestParam(required=false)
Integer page,
@RequestParam(required=false)
String orderBy,
@RequestParam(required=false)
Boolean orderAsc,
org.springframework.ui.ModelMap model)
model - - The model (map)
@RequestMapping(value="exclusion.htm",
method=GET)
public String view(@RequestParam
String eventId,
@RequestParam(required=false)
String searchResultsUrl,
org.springframework.ui.ModelMap model)
model - - The model (map)
@RequestMapping(value="exclusion.htm",
method=POST)
public String requestResolution(@RequestParam
String eventId,
@RequestParam
String action,
org.springframework.ui.ModelMap model)
model - - The model (map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||