net.sf.easyweb4j.dispatcher
Class Dispatcher
java.lang.Object
net.sf.easyweb4j.dispatcher.Dispatcher
public class Dispatcher
- extends Object
The primary request dispatcher.
- Author:
- Chandra Sekar S
Method Summary |
void |
destroy()
|
boolean |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
init(DispatcherConfig config,
javax.servlet.ServletContext servletContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLASH_MAP_ATTRIBUTE
public static final String FLASH_MAP_ATTRIBUTE
- See Also:
- Constant Field Values
Dispatcher
public Dispatcher(RepositoryManager repositoryManager,
ModelIntrospector introspector,
SpringManager springManager,
javax.el.ELResolver elResolver,
ActionInvoker actionInvoker,
String poweredByValue)
init
public void init(DispatcherConfig config,
javax.servlet.ServletContext servletContext)
handleRequest
public boolean handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
destroy
public void destroy()
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.