Interface ClientContext


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

      • 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()