Java Doc for WebMailServlet.java in  » Web-Mail » jwebmail-0.7 » net » wastl » webmail » server » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Mail » jwebmail 0.7 » net.wastl.webmail.server 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.wastl.webmail.server.WebMailServer
      net.wastl.webmail.server.WebMailServlet

WebMailServlet
public class WebMailServlet extends WebMailServer implements Servlet(Code)
This is WebMails main server. From here most parts will be administered. This is the servlet implementation of WebMail (introduced in 0.6.1) Created: Tue Feb 2 12:07:25 1999
author:
   Sebastian Schaffert
version:
   $Revision: 1.2 $


Field Summary
protected  Stringbasepath
    
protected  Stringimgbase
    
 ServletConfigsrvlt_config
    

Constructor Summary
public  WebMailServlet()
    

Method Summary
public  voiddebugOut(String msg, Exception ex)
    
public  voiddestroy()
    
public  StringgetBasePath()
    
public  StringgetImageBasePath()
    
public  ObjectgetServer(String ID)
    
public  EnumerationgetServers()
    
public  ServletConfiggetServletConfig()
    
public  ServletContextgetServletContext()
    
public  StringgetServletInfo()
    
public  HTTPSessiongetSession(String sessionid, InetAddress a, HTTPRequestHeader h)
    
public static  StringgetVersion()
    
public  voidinit(ServletConfig config)
    
protected  voidinitServers()
    
public  AdminSessionnewAdminSession(HttpServletRequest req, HTTPRequestHeader h)
    
public  AdminSessionnewAdminSession(InetAddress a, HTTPRequestHeader h)
    
public  WebMailSessionnewSession(HttpServletRequest req, HTTPRequestHeader h)
    
public  WebMailSessionnewSession(InetAddress a, HTTPRequestHeader h)
    
public  voidreinitServer(String ID)
    
public  voidservice(ServletRequest req1, ServletResponse res1)
     Handle a request to the WebMail servlet. This is the central method of the WebMailServlet.
protected  voidshutdownServers()
    
public  StringtoString()
    

Field Detail
basepath
protected String basepath(Code)



imgbase
protected String imgbase(Code)



srvlt_config
ServletConfig srvlt_config(Code)




Constructor Detail
WebMailServlet
public WebMailServlet()(Code)




Method Detail
debugOut
public void debugOut(String msg, Exception ex)(Code)



destroy
public void destroy()(Code)



getBasePath
public String getBasePath()(Code)



getImageBasePath
public String getImageBasePath()(Code)



getServer
public Object getServer(String ID)(Code)



getServers
public Enumeration getServers()(Code)



getServletConfig
public ServletConfig getServletConfig()(Code)



getServletContext
public ServletContext getServletContext()(Code)



getServletInfo
public String getServletInfo()(Code)



getSession
public HTTPSession getSession(String sessionid, InetAddress a, HTTPRequestHeader h) throws InvalidPasswordException(Code)



getVersion
public static String getVersion()(Code)



init
public void init(ServletConfig config) throws ServletException(Code)



initServers
protected void initServers()(Code)
Init possible servers of this main class



newAdminSession
public AdminSession newAdminSession(HttpServletRequest req, HTTPRequestHeader h) throws InvalidPasswordException, WebMailException(Code)



newAdminSession
public AdminSession newAdminSession(InetAddress a, HTTPRequestHeader h) throws InvalidPasswordException(Code)



newSession
public WebMailSession newSession(HttpServletRequest req, HTTPRequestHeader h) throws UserDataException, InvalidPasswordException, WebMailException(Code)



newSession
public WebMailSession newSession(InetAddress a, HTTPRequestHeader h) throws InvalidPasswordException(Code)
Overwrite the old session handling methods



reinitServer
public void reinitServer(String ID)(Code)



service
public void service(ServletRequest req1, ServletResponse res1) throws ServletException(Code)
Handle a request to the WebMail servlet. This is the central method of the WebMailServlet. It first gathers all of the necessary information from the client, then either creates or gets a Session and executes the URL handler for the given path.



shutdownServers
protected void shutdownServers()(Code)



toString
public String toString()(Code)



Fields inherited from net.wastl.webmail.server.WebMailServer
final public static String VERSION(Code)(Java Doc)
protected AuthenticatorHandler ahandler(Code)(Java Doc)
protected Properties config(Code)(Java Doc)
protected ConfigScheme config_scheme(Code)(Java Doc)
protected static boolean debug(Code)(Java Doc)
protected static Locale defaultLocale(Code)(Java Doc)
protected static String defaultTheme(Code)(Java Doc)
protected PluginHandler phandler(Code)(Java Doc)
protected static Provider[] possible_providers(Code)(Java Doc)
protected static WebMailServer server(Code)(Java Doc)
protected Hashtable sessions(Code)(Java Doc)
protected static Storage storage(Code)(Java Doc)
protected static Provider[] store_providers(Code)(Java Doc)
protected ConnectionTimer timer(Code)(Java Doc)
protected static Provider[] transport_providers(Code)(Java Doc)
protected ToplevelURLHandler uhandler(Code)(Java Doc)

Methods inherited from net.wastl.webmail.server.WebMailServer
public static void debugOut(String msg)(Code)(Java Doc)
public void debugOut(String msg, Exception ex)(Code)(Java Doc)
protected void doInit() throws WebMailException(Code)(Java Doc)
public static String generateMessageID(String user)(Code)(Java Doc)
public AuthenticatorHandler getAuthenticatorHandler()(Code)(Java Doc)
public String getBasePath()(Code)(Java Doc)
public String getBaseURI(HTTPRequestHeader header)(Code)(Java Doc)
public static String getConfig(String key)(Code)(Java Doc)
public ConfigScheme getConfigScheme()(Code)(Java Doc)
public ConnectionTimer getConnectionTimer()(Code)(Java Doc)
public static String getCopyright()(Code)(Java Doc)
public static boolean getDebug()(Code)(Java Doc)
public static Locale getDefaultLocale()(Code)(Java Doc)
public static String getDefaultTheme()(Code)(Java Doc)
public String getImageBasePath()(Code)(Java Doc)
public PluginHandler getPluginHandler()(Code)(Java Doc)
public String getProperty(String name)(Code)(Java Doc)
abstract public Object getServer(String ID)(Code)(Java Doc)
public static WebMailServer getServer()(Code)(Java Doc)
abstract public Enumeration getServers()(Code)(Java Doc)
public HTTPSession getSession(String key)(Code)(Java Doc)
public Enumeration getSessions()(Code)(Java Doc)
public static Storage getStorage()(Code)(Java Doc)
public Provider[] getStoreProviders()(Code)(Java Doc)
public Provider[] getTransportProviders()(Code)(Java Doc)
public ToplevelURLHandler getURLHandler()(Code)(Java Doc)
public long getUptime()(Code)(Java Doc)
public static String getVersion()(Code)(Java Doc)
protected void initConfig()(Code)(Java Doc)
protected void initProviders()(Code)(Java Doc)
abstract protected void initServers()(Code)(Java Doc)
protected void initStorage()(Code)(Java Doc)
abstract public void reinitServer(String ID)(Code)(Java Doc)
public void removeSession(HTTPSession w)(Code)(Java Doc)
public void restart()(Code)(Java Doc)
public static void setDebug(boolean b)(Code)(Java Doc)
public void setProperty(String name, String value)(Code)(Java Doc)
public void shutdown()(Code)(Java Doc)
abstract protected void shutdownServers()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.