|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nplus1.anduril.web.ApplicationController
Used to provide business logic for the web application. The role of this class is to bridge the gap between the user interface and the business logic
| Constructor Summary | |
ApplicationController()
Default constructor that initializes the controller. |
|
| Method Summary | |
java.lang.String |
processRequest(java.lang.String action,
javax.servlet.http.HttpServletRequest request)
Method that consumes a HTTP request and runs the underlying business logic. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplicationController()
| Method Detail |
public java.lang.String processRequest(java.lang.String action,
javax.servlet.http.HttpServletRequest request)
action - the name of the business logic to executerequest - the HttpServletRequest used for processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||