org.mortbay.jetty.plus.annotation
Class PojoFilter

java.lang.Object
  extended by org.mortbay.jetty.plus.annotation.PojoFilter
All Implemented Interfaces:
Filter, PojoWrapper

public class PojoFilter
extends Object
implements Filter, PojoWrapper


Constructor Summary
PojoFilter(Object pojo)
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 Object getPojo()
           
 void init(FilterConfig arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoFilter

public PojoFilter(Object pojo)
Method Detail

getPojo

public Object getPojo()
Specified by:
getPojo in interface PojoWrapper

destroy

public void destroy()
Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig arg0)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException


Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.