|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebProxyState
IWebProxyState represents an interface representing the state of a user's web proxy browsing. This state may potentially be shared between two portlets but should be specific to a particular user.
| Method Summary | |
|---|---|
List<ICookie> |
getCookies()
Retrieve a list of cookies associated with this state. |
String |
getStateKey()
Get the unique key associated with this state. |
void |
setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state. |
| Method Detail |
|---|
String getStateKey()
List<ICookie> getCookies()
void setCookies(List<ICookie> cookies)
cookies -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||