juzu.request
Interface HttpContext


public interface HttpContext

Author:
Julien Viet

Method Summary
 String getContextPath()
           
 Cookie[] getCookies()
           
 String getScheme()
           
 String getServerName()
           
 int getServerPort()
           
 

Method Detail

getCookies

Cookie[] getCookies()

getScheme

String getScheme()

getServerPort

int getServerPort()

getServerName

String getServerName()

getContextPath

String getContextPath()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.