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

java.lang.Object
  extended by com.googlecode.mycontainer.commons.servlet.json.InvokerFilter
      extended by com.googlecode.mycontainer.commons.servlet.json.PojoInvokerFilter
All Implemented Interfaces:
javax.servlet.Filter

public class PojoInvokerFilter
extends InvokerFilter


Constructor Summary
PojoInvokerFilter()
           
 
Method Summary
 void init(javax.servlet.FilterConfig config)
           
protected  java.lang.Object lookup(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String name, java.lang.String method, java.lang.String[] args)
           
 
Methods inherited from class com.googlecode.mycontainer.commons.servlet.json.InvokerFilter
destroy, doFilter, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoInvokerFilter

public PojoInvokerFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Overrides:
init in class InvokerFilter
Throws:
javax.servlet.ServletException

lookup

protected java.lang.Object lookup(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse resp,
                                  java.lang.String name,
                                  java.lang.String method,
                                  java.lang.String[] args)
Specified by:
lookup in class InvokerFilter


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