net.sf.easyweb4j.dispatcher
Class ActionInvoker

java.lang.Object
  extended by net.sf.easyweb4j.dispatcher.ActionInvoker

public class ActionInvoker
extends Object


Constructor Summary
ActionInvoker(Map<Class<?>,Converter> converters)
           
 
Method Summary
 String getActionName(String[] pathComponents)
           
 void invokeAction(Controller controller, String[] pathComponents, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInvoker

public ActionInvoker(Map<Class<?>,Converter> converters)
Method Detail

invokeAction

public void invokeAction(Controller controller,
                         String[] pathComponents,
                         javax.servlet.http.HttpServletResponse response)

getActionName

public String getActionName(String[] pathComponents)


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.