org.jboss.portal.portlet.spi
Interface ClientContext

All Known Implementing Classes:
AbstractClientContext

public interface ClientContext

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 java.util.List<javax.servlet.http.Cookie> getCookies()
           
 java.lang.String getMethod()
           
 org.jboss.portal.common.util.MultiValuedPropertyMap<java.lang.String> getProperties()
          Returns the properties as seen by the client.
 

Method Detail

getMethod

java.lang.String getMethod()

getProperties

org.jboss.portal.common.util.MultiValuedPropertyMap<java.lang.String> getProperties()
Returns the properties as seen by the client.

Returns:
the properties

getCookies

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


Copyright © 2008. All Rights Reserved.