| java.lang.Object de.jwic.web.WebEngine
WebEngine | public class WebEngine (Code) | | Dispatches incoming request to an existing or new JWic session.
The DispatcherServlet can initialize a log4j system if required. To do so,
place a log4j.properties file somewhere (WEB-INF is a good place) and point
to it using the init-param "log4j-init-file" in the servlet definition.
Sample:
log4j-init-file
WEB-INF/log4j.properties
author: Florian Lippisch version: $Revision: 1.6 $ |
Field Summary | |
final protected Log | log |
log | final protected Log log(Code) | | |
setAuthenticator | public void setAuthenticator(IAuthenticator authenticator)(Code) | | Set the Authenticator.
Parameters: authenticator - |
setLoginPage | public void setLoginPage(String loginPage)(Code) | | Set the loginPage.
Parameters: loginPage - |
|
|