org.eclipse.higgins.rp.servlet.server
Class Invoker
java.lang.Object
org.eclipse.higgins.rp.servlet.server.Invoker
public class Invoker
- extends Object
|
Method Summary |
static Map |
extractRequestHeaders(javax.servlet.http.HttpServletRequest request)
Utility function to extract request headers into a map which maps
hdrName to a comma separated list of values for this header |
static void |
invoke(String authSession,
javax.servlet.http.HttpSession httpsession)
|
static void |
resetRPState(String authSession,
javax.servlet.http.HttpSession httpsession)
|
Invoker
public Invoker()
extractRequestHeaders
public static final Map extractRequestHeaders(javax.servlet.http.HttpServletRequest request)
- Utility function to extract request headers into a map which maps
hdrName to a comma separated list of values for this header
- Parameters:
request -
- Returns:
invoke
public static final void invoke(String authSession,
javax.servlet.http.HttpSession httpsession)
resetRPState
public static void resetRPState(String authSession,
javax.servlet.http.HttpSession httpsession)