Class ServletPLP

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ServletPLP
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ServletPLP
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static int Expressoes1
           
static int Expressoes2
           
static int Funcional1
           
static int Funcional2
           
static int Imperativa1
           
static int Imperativa2
           
static java.lang.String mainPath
           
static int OrientadaAObjetos1
           
static int OrientadaAObjetos2
           
 
Constructor Summary
ServletPLP()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainPath

public static final java.lang.String mainPath
See Also:
Constant Field Values

Expressoes1

public static final int Expressoes1
See Also:
Constant Field Values

Expressoes2

public static final int Expressoes2
See Also:
Constant Field Values

Funcional1

public static final int Funcional1
See Also:
Constant Field Values

Funcional2

public static final int Funcional2
See Also:
Constant Field Values

Imperativa1

public static final int Imperativa1
See Also:
Constant Field Values

Imperativa2

public static final int Imperativa2
See Also:
Constant Field Values

OrientadaAObjetos1

public static final int OrientadaAObjetos1
See Also:
Constant Field Values

OrientadaAObjetos2

public static final int OrientadaAObjetos2
See Also:
Constant Field Values
Constructor Detail

ServletPLP

public ServletPLP()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException