|
||||||||||
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
finance.petrucelli.DisplayServlet
public class DisplayServlet
The main DisplayServlet for our WebApplication
Constructor Summary | |
---|---|
DisplayServlet()
|
Method Summary | |
---|---|
static Brokers |
getBrokers()
This method can be used to retrieve all the brokers from a mySql table. |
static Brokers |
getBrokersFromFile()
This method will read a comma separated file to populate a Brokers object |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayServlet()
Method Detail |
---|
public static Brokers getBrokersFromFile() throws java.io.IOException
java.io.IOException
public static Brokers getBrokers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |