|
|||||||||
| 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
com.astroshare.astroonline.application.astroonline
public class astroonline
Servlet to process content pages.
All content pages are served through this servlet. The servlet makes sure all
configuration data is available and uses the
Page class to process the page.
Page,
Serialized Form| Constructor Summary | |
|---|---|
astroonline()
|
|
| Method Summary | |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process a HTTP get request. |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process a HTTP post request. |
void |
doRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process a HTTP (post or get) request. |
void |
init(javax.servlet.ServletConfig config)
Initialize servlet. |
| 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 astroonline()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
Initialize servlet. If the configuration file was not yet loaded, this is done here first. These values are used for further processing at the next stage of a request.
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig -
javax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
Process a HTTP post request.
doPost in class javax.servlet.http.HttpServletrequest - HTTP request object.response - HTTP response object.
javax.servlet.ServletException - Exception, thrown on servlet errors.
java.io.IOException - Exception, thrown on I/O errors.doRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
Process a HTTP get request.
doGet in class javax.servlet.http.HttpServletrequest - HTTP request object.response - HTTP response object.
javax.servlet.ServletException - Exception, thrown on servlet errors.
java.io.IOException - Exception, thrown on I/O errors.doRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void doRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process a HTTP (post or get) request. This method processes all requests for content pages.
request - HTTP request object.response - HTTP response object.
java.io.IOException - Exception, thrown on I/O errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Astro-Online © 2001 − 2008 Astro Share
Documentation generated on: Thursday August 12th 2008 (PS)