uk.org.ponder.rsf.servlet |
All RSF components with a dependence on javax.servlet.* are in this package.
|
Java Source File Name | Type | Comment |
AutoBaseURLProvider.java | Class | A request-scope bean which automatically infers the base URL to be
used for this request from the current HttpServletRequest.
It is a little useful for this to be a request-scope bean so that
the computation of the URLs it not performed repeatedly on query. |
InSessionTSH.java | Class | A TokenStateHolder that stores flow state in the HTTP Session.
This is, unexpectedly, an application scope bean. |
ReasonableServlet.java | Class | The main servlet for the RSF system. |
ReasonableSpringServlet.java | Class | An alternative "all-in-one" main servlet that also performs Spring context
loading, for environments where a listener is "too early". |
RootHandlerBean.java | Class | The RootHandlerBean is the main entry point for handling of the
HttpServletRequest cycle. |
ServletContextCUP.java | Class | |
ServletEarlyRequestParser.java | Class |
Nothing should touch the HttpServletRequest before this request-scope factory
bean, which parses primitive information such as the request type and
parameter map, as well as resolving multipart uploads. |