Operation |
Details |
protected doGet( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| Notes: | Process the GET request. @param HttpServletRequest @param HttpServletResponse | |
protected doPost( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| Notes: | Process the POST request. This will return an unimplemented response. | |
private getUsernamePassword( HttpServletRequest request):String |
Sequential Notes: | Utiliy method to return the username and password (separated by a colon ':') @return The username and password combination | |
public init():void |
Sequential Notes: | Initialise the servlet. | |