Uses of Class
org.silverpeas.web.workflowdesigner.control.WorkflowDesignerSessionController
-
Packages that use WorkflowDesignerSessionController Package Description org.silverpeas.web.workflowdesigner.servlets -
-
Uses of WorkflowDesignerSessionController in org.silverpeas.web.workflowdesigner.servlets
Methods in org.silverpeas.web.workflowdesigner.servlets that return WorkflowDesignerSessionController Modifier and Type Method Description WorkflowDesignerSessionController
WorkflowDesignerRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declarationMethods in org.silverpeas.web.workflowdesigner.servlets with parameters of type WorkflowDesignerSessionController Modifier and Type Method Description String
WorkflowDesignerRequestRouter. getAdminDestination(String function, WorkflowDesignerSessionController workflowDesignerSC, HttpRequest request)
This method has to be implemented by the component request rooter it has to compute a destination pageString
FunctionHandler. getDestination(String function, WorkflowDesignerSessionController workflowDesignerSC, javax.servlet.http.HttpServletRequest request)
Handle the function do the processing and return the URL of the response
-