Class WizardResponseContinue
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
- net.anotheria.anosite.wizard.handler.response.WizardResponseContinue
-
- All Implemented Interfaces:
Serializable
public class WizardResponseContinue extends WizardHandlerResponse
Wizard internal response code - which signalize that wizard should continue rendering.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static WizardResponseContinueINSTANCEWizardResponseContinue INSTANCE constant.
-
Constructor Summary
Constructors Constructor Description WizardResponseContinue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalResponseCodegetResponseCode()Returns the response code of the response.-
Methods inherited from class net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
toString
-
-
-
-
Field Detail
-
INSTANCE
public static final WizardResponseContinue INSTANCE
WizardResponseContinue INSTANCE constant.
-
-
Method Detail
-
getResponseCode
public InternalResponseCode getResponseCode()
Description copied from class:WizardHandlerResponseReturns the response code of the response. Classes react on the response accordingly to the response code.- Specified by:
getResponseCodein classWizardHandlerResponse- Returns:
InternalResponseCode
-
-