|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentCacheKey
Provides interface to all Content Caches (Portlet API cache)
| Method Summary | |
|---|---|
void |
createFromSession(String sessionid,
String pipeline,
String windowId)
|
void |
createFromUser(String username,
String pipeline,
String windowId)
|
String |
getKey()
Return the full key as a string |
String |
getPipeline()
Get the pipeline name or null if not used |
String |
getRequestParameter()
|
String |
getSessionAttribute()
|
String |
getSessionId()
Get the session id or null if not used |
String |
getUsername()
Get the username or null if not used |
String |
getWindowId()
Get the window (portlet fragment) id |
| Method Detail |
|---|
String getUsername()
String getPipeline()
String getWindowId()
String getSessionId()
String getRequestParameter()
String getSessionAttribute()
String getKey()
void createFromUser(String username,
String pipeline,
String windowId)
void createFromSession(String sessionid,
String pipeline,
String windowId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||