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.
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 namerequest
- the user request paramssession
- the user request context
- Throws:
ProcessManagerException
Copyright © 2016 Silverpeas. All Rights Reserved.