Package org.gatein.pc.api.spi
Interface ClientContext
-
public interface ClientContext- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<javax.servlet.http.Cookie>getCookies()StringgetMethod()org.gatein.common.util.MultiValuedPropertyMap<String>getProperties()Returns the properties as seen by the client.
-