Interface ClientContext


public interface ClientContext
Version:
$Revision: 630 $
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    List<javax.servlet.http.Cookie>
     
     
    org.gatein.common.util.MultiValuedPropertyMap<String>
    Returns the properties as seen by the client.
  • Method Details

    • getMethod

      String getMethod()
    • getProperties

      org.gatein.common.util.MultiValuedPropertyMap<String> getProperties()
      Returns the properties as seen by the client.
      Returns:
      the properties
    • getCookies

      List<javax.servlet.http.Cookie> getCookies()