public class JsonInvoker extends Object
| Constructor and Description |
|---|
JsonInvoker(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
hardestInvoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args) |
void |
hardInvoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args) |
void |
invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args) |
Object |
invoke(ObjectReflect reflect,
Method m,
List<Object> params,
com.googlecode.mycontainer.commons.servlet.json.JsonInvoker.InvokeType invokeType) |
public JsonInvoker(Object obj)
public void invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args)
public void hardInvoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args)
throws Throwable
Throwablepublic void hardestInvoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain,
String method,
String... args)
throws IllegalAccessException,
InvocationTargetException,
IllegalArgumentException
Copyright © 2008–2015 Mycontainer Team. All rights reserved.