edu.wisc.my.webproxy.beans.http
Interface IWebProxyState

All Known Implementing Classes:
WebProxyStateImpl

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.

Author:
Jen Bourey, jbourey@unicon.net

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

getStateKey

String getStateKey()
Get the unique key associated with this state.

Returns:

getCookies

List<ICookie> getCookies()
Retrieve a list of cookies associated with this state.

Returns:

setCookies

void setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state.

Parameters:
cookies -


Copyright © 2010 Jasig. All Rights Reserved.