Package net.anotheria.anosite.handler
Class BoxHandlerResponse
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerResponse
-
- Direct Known Subclasses:
AbstractRedirectResponse,ResponseAbort,ResponseContinue,ResponseStop
public abstract class BoxHandlerResponse extends Object
Basic class for a response generated by a boxhandler submit or process method.- Author:
- lrosenberg
-
-
Constructor Summary
Constructors Constructor Description BoxHandlerResponse()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract InternalResponseCodegetResponseCode()Returns the response code of the response.StringtoString()
-
-
-
Method Detail
-
getResponseCode
public abstract InternalResponseCode getResponseCode()
Returns the response code of the response. Classes react on the response accordingly to the response code.- Returns:
- the response code.
-
-