|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoredState
Stored state is used to store the request state over a number of requests, It is used to restore state over a login sequence of during a direct placement into a tool state.
| Method Summary | |
|---|---|
org.sakaiproject.tool.api.Placement |
getPlacement()
Get the placement of the stored state |
javax.servlet.http.HttpServletRequest |
getRequest(javax.servlet.http.HttpServletRequest req)
Get the request of the stored state |
String |
getSkin()
Get the skin associated with the stored state |
String |
getToolContextPath()
Get the Tool Context Path that the state was stored against |
String |
getToolPathInfo()
Get the Path info to the target tool |
void |
setPlacement(org.sakaiproject.tool.api.Placement siteTool)
set the placement |
void |
setRequest(javax.servlet.http.HttpServletRequest req)
Set the request in the stored state |
void |
setSkin(String skin)
set the skin |
void |
setToolContextPath(String toolContextPath)
set the tool context |
void |
setToolPathInfo(String toolPathInfo)
set the tool path info |
| Method Detail |
|---|
String getToolContextPath()
javax.servlet.http.HttpServletRequest getRequest(javax.servlet.http.HttpServletRequest req)
req -
org.sakaiproject.tool.api.Placement getPlacement()
String getToolPathInfo()
String getSkin()
void setRequest(javax.servlet.http.HttpServletRequest req)
req - void setPlacement(org.sakaiproject.tool.api.Placement siteTool)
siteTool - void setToolContextPath(String toolContextPath)
toolContextPath - void setToolPathInfo(String toolPathInfo)
toolPathInfo - void setSkin(String skin)
skin -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||