org.httpobjects.servlet
Class ServletMethodInvoker

java.lang.Object
  extended by org.httpobjects.servlet.ServletMethodInvoker

public class ServletMethodInvoker
extends Object


Constructor Summary
ServletMethodInvoker(HttpObject[] objects)
           
ServletMethodInvoker(List<? extends HeaderField> defaultResponseHeader, Response notFoundResponse, HttpObject[] objects)
           
ServletMethodInvoker(Response notFoundResponse, HttpObject[] objects)
           
 
Method Summary
 boolean invokeFirstPathMatchIfAble(String path, javax.servlet.http.HttpServletRequest r, javax.servlet.http.HttpServletResponse httpResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMethodInvoker

public ServletMethodInvoker(HttpObject[] objects)

ServletMethodInvoker

public ServletMethodInvoker(Response notFoundResponse,
                            HttpObject[] objects)

ServletMethodInvoker

public ServletMethodInvoker(List<? extends HeaderField> defaultResponseHeader,
                            Response notFoundResponse,
                            HttpObject[] objects)
Method Detail

invokeFirstPathMatchIfAble

public boolean invokeFirstPathMatchIfAble(String path,
                                          javax.servlet.http.HttpServletRequest r,
                                          javax.servlet.http.HttpServletResponse httpResponse)


Copyright © 2013. All Rights Reserved.