public interface StoredState
| Modifier and Type | Method and Description |
|---|---|
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(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
|
String getToolContextPath()
javax.servlet.http.HttpServletRequest getRequest(javax.servlet.http.HttpServletRequest req)
req - Placement getPlacement()
String getToolPathInfo()
String getSkin()
void setRequest(javax.servlet.http.HttpServletRequest req)
req - void setPlacement(Placement siteTool)
siteTool - void setToolContextPath(String toolContextPath)
toolContextPath - void setToolPathInfo(String toolPathInfo)
toolPathInfo - void setSkin(String skin)
skin - Copyright © 2003–2019 Sakai Project. All rights reserved.