com.googlecode.mycontainer.commons.servlet.json
Class JsonInvoker

java.lang.Object
  extended by com.googlecode.mycontainer.commons.servlet.json.JsonInvoker

public class JsonInvoker
extends java.lang.Object


Constructor Summary
JsonInvoker(java.lang.Object obj)
           
 
Method Summary
 void hardestInvoke(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain, java.lang.String method, java.lang.String... args)
           
 void hardInvoke(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain, java.lang.String method, java.lang.String... args)
           
 void invoke(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain, java.lang.String method, java.lang.String... args)
           
 java.lang.Object invoke(ObjectReflect reflect, java.lang.reflect.Method m, java.util.List<java.lang.Object> params, com.googlecode.mycontainer.commons.servlet.json.JsonInvoker.InvokeType invokeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonInvoker

public JsonInvoker(java.lang.Object obj)
Method Detail

invoke

public void invoke(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse resp,
                   javax.servlet.FilterChain chain,
                   java.lang.String method,
                   java.lang.String... args)

hardInvoke

public void hardInvoke(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse resp,
                       javax.servlet.FilterChain chain,
                       java.lang.String method,
                       java.lang.String... args)
                throws java.lang.Throwable
Throws:
java.lang.Throwable

hardestInvoke

public void hardestInvoke(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse resp,
                          javax.servlet.FilterChain chain,
                          java.lang.String method,
                          java.lang.String... args)
                   throws java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException,
                          java.lang.IllegalArgumentException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException

invoke

public java.lang.Object invoke(ObjectReflect reflect,
                               java.lang.reflect.Method m,
                               java.util.List<java.lang.Object> params,
                               com.googlecode.mycontainer.commons.servlet.json.JsonInvoker.InvokeType invokeType)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.