|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
gpl.fredy.webmail.LoginServlet
public class LoginServlet
Constructor Summary | |
---|---|
LoginServlet()
|
Method Summary | |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
java.lang.String |
getDefaultFolder()
Get the value of defaultFolder. |
java.lang.String |
getErrMessage()
Get the value of errMessage. |
java.lang.String |
getLoginPage()
Get the value of loginPage. |
javax.mail.Session |
getMailSession()
|
java.lang.String |
getMailStore()
Get the mailstore for this session |
int |
getMsgCount()
Get the value of msgCount. |
java.lang.String |
getPassword()
Get the value of password. |
java.util.Properties |
getProps()
Get the value of props. |
java.lang.String |
getProtocol()
Get the Protocol used to access the mailbox. |
java.lang.String |
getSmtpHost()
Get the smtphost used for this session |
javax.mail.Store |
getStore()
|
java.lang.String |
getUser()
Get the value of user. |
void |
init(javax.servlet.ServletConfig config)
|
void |
setDefaultFolder(java.lang.String v)
Set the value of defaultFolder. |
void |
setErrMessage(java.lang.String v)
Set the value of errMessage. |
void |
setLoginPage(java.lang.String v)
Set the value of loginPage. |
void |
setMailStore(java.lang.String v)
Set the value of host. |
void |
setMsgCount(int v)
Set the value of msgCount. |
void |
setPassword(java.lang.String v)
Set the value of password. |
void |
setProps(java.util.Properties v)
Set the value of props. |
void |
setProtocol(java.lang.String v)
Set the Protocol used to access the mailbox. |
void |
setSmtpHost(java.lang.String v)
Set the value of smtphost. |
void |
setUser(java.lang.String v)
Set the value of user. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginServlet()
Method Detail |
---|
public java.lang.String getSmtpHost()
public void setSmtpHost(java.lang.String v)
v
- Value to assign to smtphost.public java.lang.String getMailStore()
public void setMailStore(java.lang.String v)
v
- Value to assign to host.public java.lang.String getProtocol()
public void setProtocol(java.lang.String v)
v
- the Protocol used to access the mailbox..public java.lang.String getUser()
public void setUser(java.lang.String v)
v
- Value to assign to user.public java.lang.String getPassword()
public void setPassword(java.lang.String v)
v
- Value to assign to password.public java.lang.String getDefaultFolder()
public void setDefaultFolder(java.lang.String v)
v
- Value to assign to defaultFolder.public java.util.Properties getProps()
public void setProps(java.util.Properties v)
v
- Value to assign to props.public java.lang.String getErrMessage()
public void setErrMessage(java.lang.String v)
v
- Value to assign to errMessage.public int getMsgCount()
public void setMsgCount(int v)
v
- Value to assign to msgCount.public java.lang.String getLoginPage()
public void setLoginPage(java.lang.String v)
v
- Value to assign to loginPage.public javax.mail.Session getMailSession()
public javax.mail.Store getStore()
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |