Class WizardResponseFinish
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
- net.anotheria.anosite.wizard.handler.response.WizardResponseFinish
-
- All Implemented Interfaces:
Serializable
public class WizardResponseFinish extends WizardHandlerResponse
Wizard internal response code - which signalize that wizard should be finished!- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardResponseFinish(String aRedirectUrl)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRedirectUrl()InternalResponseCodegetResponseCode()Returns the response code of the response.voidsetRedirectUrl(String redirectUrl)-
Methods inherited from class net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
toString
-
-
-
-
Constructor Detail
-
WizardResponseFinish
public WizardResponseFinish(String aRedirectUrl)
Constructor.- Parameters:
aRedirectUrl- redirect url
-
-
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
-
getRedirectUrl
public String getRedirectUrl()
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
-
-