com.silverpeas.processManager.servlets
Interface FunctionHandler

All Known Implementing Classes:
SessionSafeFunctionHandler

public interface FunctionHandler

A functio handler is associated to a peas function and is called by the request router when this function has to be processed.


Method Summary
 String getDestination(String function, ProcessManagerSessionController session, javax.servlet.http.HttpServletRequest request)
          Process the request and returns the response url.
 

Method Detail

getDestination

String getDestination(String function,
                      ProcessManagerSessionController session,
                      javax.servlet.http.HttpServletRequest request)
                      throws ProcessManagerException
Process the request and returns the response url.

Parameters:
function - the user request name
request - the user request params
session - the user request context
Throws:
ProcessManagerException


Copyright © 2016 Silverpeas. All Rights Reserved.