public class JetspeedRunData extends RunData
| Modifier and Type | Field and Description |
|---|---|
protected String |
pid |
protected SessionState |
state |
| Constructor and Description |
|---|
JetspeedRunData(javax.servlet.http.HttpServletRequest req,
SessionState state,
String pid,
ParameterParser params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJs_peid()
Returns the portlet id (PEID) referenced in this request
|
SessionState |
getPortletSessionState(String id)
Access the current request's PortletSession state object.
|
getParameters, getRequestprotected SessionState state
protected String pid
public JetspeedRunData(javax.servlet.http.HttpServletRequest req,
SessionState state,
String pid,
ParameterParser params)
public SessionState getPortletSessionState(String id)
id - The Portlet's unique id.public String getJs_peid()
Copyright © 2003–2021 Sakai Project. All rights reserved.