juzu.request
Interface HttpContext


public interface HttpContext

Author:
Julien Viet

Field Summary
static String GET_METHOD
           
static String POST_METHOD
           
 
Method Summary
 String getContextPath()
           
 Cookie[] getCookies()
           
 String getMethod()
          Returns the http method.
 String getScheme()
           
 String getServerName()
           
 int getServerPort()
           
 

Field Detail

GET_METHOD

static final String GET_METHOD
See Also:
Constant Field Values

POST_METHOD

static final String POST_METHOD
See Also:
Constant Field Values
Method Detail

getMethod

String getMethod()
Returns the http method.

Returns:
the http method.

getCookies

Cookie[] getCookies()

getScheme

String getScheme()

getServerPort

int getServerPort()

getServerName

String getServerName()

getContextPath

String getContextPath()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.