public class SpringMvcContextImpl
extends com.ds.context.JDSActionContext
| 构造器和说明 |
|---|
SpringMvcContextImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map |
getContext() |
String |
getHost() |
Object |
getHttpRequest() |
Object |
getHttpResponse() |
String |
getIpAddr() |
ognl.OgnlContext |
getOgnlContext() |
Object |
getParams(String param) |
Map |
getSession() |
String |
getSessionId() |
<T> T |
Par(Class<T> clazz) |
Object |
Par(String expression) |
<T> T |
Par(String expression,
Class<T> clazz) |
<T> T |
Par(String expression,
Class<T> clazz,
Object source) |
public ognl.OgnlContext getOgnlContext()
public Map getContext()
public String getIpAddr()
public Map getSession()
public String getSessionId()
public <T> T Par(Class<T> clazz)
Par 在接口中 com.ds.context.JDSContextPar 在类中 com.ds.context.JDSActionContextpublic Object getHttpRequest()
public Object getHttpResponse()
public String getHost()
Copyright © 2025 onecode. All rights reserved.