| java.lang.Object uk.org.ponder.rsf.servlet.RootHandlerBean
RootHandlerBean | public class RootHandlerBean implements HandlerHook(Code) | | The RootHandlerBean is the main entry point for handling of the
HttpServletRequest cycle. Virtually all servlet-dependent logic is placed in
this class, including initiating parameter decoding (eventually done by
RSAC), setting up the response writer and issuing client redirects. From
here, handling forks to the GetHandler and PostHandler in the
processor package.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
handle | public boolean handle()(Code) | | |
setRequestType | public void setRequestType(String requesttype)(Code) | | |
|
|