org.mortbay.jetty.plus.annotation
Class PojoFilter
java.lang.Object
org.mortbay.jetty.plus.annotation.PojoFilter
- All Implemented Interfaces:
- Filter, PojoWrapper
public class PojoFilter
- extends Object
- implements Filter, PojoWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoFilter
public PojoFilter(Object pojo)
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.