de.jwic.web |
Package description
The core engine that handles jWic applications within a servlet container.
|
Java Source File Name | Type | Comment |
ClasspathResourceServlet.java | Class | Returns a file resource from the classpath. |
ContentRenderer.java | Class | Used by the webEngine to render the root control. |
DispatcherServlet.java | Class | Dispatches incoming request to an existing or new JWic session.
The DispatcherServlet can initialize a log4j system if required. |
IApplicationSetupProvider.java | Interface | Provides an IApplicationSetup object from a request object. |
IAuthenticator.java | Interface | Authentication. |
NotAuthenticatedException.java | Class | |
RemoteUserBinding.java | Class | Stores the HttpServletRequest object in a ThreadLocal object to
allow jWic applications to gather information about the current user. |
ServletInterceptor.java | Interface | Implementors of this Interface are invoked before and after
the DispatcherServlet has handled a request. |
UploadHttpServletRequest.java | Class | The UploadHttpServletRequest replaces the normal HttpServletRequest after data
has been send and processed in multipart format. |
WebEngine.java | Class | Dispatches incoming request to an existing or new JWic session.
The DispatcherServlet can initialize a log4j system if required. |