Uses of Class
net.anotheria.anosite.shared.InternalResponseCode
-
Packages that use InternalResponseCode Package Description net.anotheria.anosite.content.servlet net.anotheria.anosite.handler net.anotheria.anosite.shared net.anotheria.anosite.wizard.handler.response Wizard handler Response. -
-
Uses of InternalResponseCode in net.anotheria.anosite.content.servlet
Methods in net.anotheria.anosite.content.servlet that return InternalResponseCode Modifier and Type Method Description InternalResponseCodeInternalResponse. getCode()Methods in net.anotheria.anosite.content.servlet with parameters of type InternalResponseCode Modifier and Type Method Description voidInternalResponse. setCode(InternalResponseCode code)Constructors in net.anotheria.anosite.content.servlet with parameters of type InternalResponseCode Constructor Description InternalBoxBeanListResponse(InternalResponseCode code, List<BoxBean> someBeans)InternalBoxBeanResponse(InternalResponseCode code, BoxBean aBean)InternalPageBeanResponse(InternalResponseCode code, PageBean aPageBean)Creates a new InternalPageBeanResponse with the given response code and pageBean.InternalResponse(InternalResponseCode aCode) -
Uses of InternalResponseCode in net.anotheria.anosite.handler
Methods in net.anotheria.anosite.handler that return InternalResponseCode Modifier and Type Method Description abstract InternalResponseCodeBoxHandlerResponse. getResponseCode()Returns the response code of the response.InternalResponseCodeResponseAbort. getResponseCode()InternalResponseCodeResponseContinue. getResponseCode()InternalResponseCodeResponseRedirectAfterProcessing. getResponseCode()InternalResponseCodeResponseRedirectImmediately. getResponseCode()InternalResponseCodeResponseStop. getResponseCode() -
Uses of InternalResponseCode in net.anotheria.anosite.shared
Methods in net.anotheria.anosite.shared that return InternalResponseCode Modifier and Type Method Description static InternalResponseCodeInternalResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalResponseCode[]InternalResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InternalResponseCode in net.anotheria.anosite.wizard.handler.response
Methods in net.anotheria.anosite.wizard.handler.response that return InternalResponseCode Modifier and Type Method Description abstract InternalResponseCodeWizardHandlerResponse. getResponseCode()Returns the response code of the response.InternalResponseCodeWizardResponseAbort. getResponseCode()InternalResponseCodeWizardResponseCancel. getResponseCode()InternalResponseCodeWizardResponseChangeStep. getResponseCode()InternalResponseCodeWizardResponseContinue. getResponseCode()InternalResponseCodeWizardResponseFinish. getResponseCode()
-