org.sakaiproject.cheftool
Class JetspeedRunData
java.lang.Object
org.sakaiproject.cheftool.RunData
org.sakaiproject.cheftool.JetspeedRunData
public class JetspeedRunData
- extends RunData
|
Field Summary |
protected String |
pid
|
protected org.sakaiproject.event.api.SessionState |
state
|
|
Method Summary |
String |
getJs_peid()
Returns the portlet id (PEID) referenced in this request |
org.sakaiproject.event.api.SessionState |
getPortletSessionState(String id)
Access the current request's PortletSession state object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected org.sakaiproject.event.api.SessionState state
pid
protected String pid
JetspeedRunData
public JetspeedRunData(javax.servlet.http.HttpServletRequest req,
org.sakaiproject.event.api.SessionState state,
String pid,
ParameterParser params)
getPortletSessionState
public org.sakaiproject.event.api.SessionState getPortletSessionState(String id)
- Access the current request's PortletSession state object.
- Parameters:
id - The Portlet's unique id.
- Returns:
- the current request's PortletSession state object. (may be null).
getJs_peid
public String getJs_peid()
- Returns the portlet id (PEID) referenced in this request
- Returns:
- the portlet id (PEID) referenced or null
Copyright © 2003-2013 The Sakai Foundation. All Rights Reserved.