Operation |
Details |
protected doGet( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| Notes: | Process the GET request. This will return an unimplemented response. | |
protected doPost( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| Notes: | Process a POST request. @param HttpServletRequest @param HttpServletResponse | |
protected doPut( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | throws=ServletException,IOException
| Notes: | Process the PUT request. @param HttpServletRequest @param HttpServletResponse | |
public getError():String |
Sequential |
public getErrorDoc():PubManSwordErrorDocument |
Sequential |
public getPubMan():PubManSwordServer |
Sequential |
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 setError( String error):void |
Sequential |
public setErrorDoc( PubManSwordErrorDocument errorDoc):void |
Sequential |
public setPubMan( PubManSwordServer pubMan):void |
Sequential |