|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.ignition.blojsom.extension.blojsim.BlojsimBaseServlet org.ignition.blojsom.extension.blojsim.BlojsimAIMServlet
Blojsim Servlet for AOL Instant Messenger This servlet uses the JAIM Library (http://jaimlib.sf.net) written by Paul Wilkinson JAIMLIB is GPL Visit http://www.aim.com for more info on AOL(tm) Instant Messenger
Field Summary |
Fields inherited from class org.ignition.blojsom.extension.blojsim.BlojsimBaseServlet |
_blog, _bloghome, _categories, _defaultcategory, _posterhash, _subject, BLOJSIM_CONFIRMATION, NULL_SUBJECT |
Fields inherited from interface org.ignition.blojsom.extension.blojsim.BlojsimConstants |
AIM_ENTRY_FOOTER, AIM_PASSWORD, AIM_SERVER, AIM_SERVER_PORT, AIM_USERID, BLOJSIM_CONFIGURATION, COMMENTED_LINE, DEFAULT_AIM_SERVER, DEFAULT_AIM_SERVER_PORT, DEFAULT_BLOJSIM_CONFIGURATION, DEFAULT_JABBER_SERVER, JABBER_ENTRY_FOOTER, JABBER_PASSWORD, JABBER_SERVER, JABBER_USERID, MSN_ENTRY_FOOTER, MSN_PASSWORD, MSN_USERID, PROTOCOL_AIM, PROTOCOL_JABBER, PROTOCOL_MSN |
Constructor Summary | |
BlojsimAIMServlet()
Create a new blojsom-jabber servlet instance |
Method Summary | |
void |
configureAIM(javax.servlet.ServletContext context)
Process AIM portions of the Configuration File |
void |
destroy()
Called when removing the servlet from the servlet container |
void |
init(javax.servlet.ServletConfig servletConfig)
Initialize blojsom: configure blog, configure flavors, configure dispatchers |
Methods inherited from class org.ignition.blojsom.extension.blojsim.BlojsimBaseServlet |
configureBlojsim, configureValidPosters, doGet, getConfiguration, getEntryFilename, getEntryFooter, getEntryTimestamp, processBlojsomCongfiguration, writeEntryToFile |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 BlojsimAIMServlet()
Method Detail |
public void destroy()
public void configureAIM(javax.servlet.ServletContext context)
context
- The ServletContextpublic void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class BlojsimBaseServlet
servletConfig
- Servlet configuration information
javax.servlet.ServletException
- If there is an error initializing blojsom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |