Class InternalResponse
- java.lang.Object
-
- net.anotheria.anosite.content.servlet.InternalResponse
-
- Direct Known Subclasses:
InternalBoxBeanListResponse,InternalBoxBeanResponse,InternalPageBeanResponse,InternalRedirectResponse,InternalResponseContinue
public class InternalResponse extends Object
Used to transform more than one parameter about execution back to the caller. Usually contains instructions for the caller what to do next. For example an internal response can contain the instruction to abort execution or to continue normally.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description InternalResponse()InternalResponse(BoxHandlerResponse handlerResponse)InternalResponse(InternalResponseCode aCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinue()InternalResponseCodegetCode()voidsetCode(InternalResponseCode code)StringtoString()
-
-
-
Constructor Detail
-
InternalResponse
public InternalResponse()
-
InternalResponse
public InternalResponse(InternalResponseCode aCode)
-
InternalResponse
public InternalResponse(BoxHandlerResponse handlerResponse)
-
-
Method Detail
-
getCode
public InternalResponseCode getCode()
-
setCode
public void setCode(InternalResponseCode code)
-
canContinue
public boolean canContinue()
-
-