public class WxRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WxRequest.Body |
| Constructor and Description |
|---|
WxRequest(javax.servlet.http.HttpServletRequest request,
WxSessionManager wxSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
WxRequest.Body |
getBody() |
Object |
getParameter(String name) |
javax.servlet.http.HttpServletRequest |
getRawRequest() |
String |
getRemoteAddr() |
String |
getRemoteHost() |
String |
getRequestUri() |
String |
getRequestUrl() |
WxSession |
getWxSession() |
WxSession |
getWxSession(boolean create) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object o) |
public WxRequest(javax.servlet.http.HttpServletRequest request,
WxSessionManager wxSessionManager)
throws IOException
IOExceptionpublic javax.servlet.http.HttpServletRequest getRawRequest()
public WxRequest.Body getBody()
public String getRequestUri()
public String getRequestUrl()
public WxSession getWxSession(boolean create)
public WxSession getWxSession()
public Enumeration<String> getAttributeNames()
public String getRemoteAddr()
public String getRemoteHost()
public void removeAttribute(String name)
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.