Class InternalPageBeanWithRedirectResponse
- java.lang.Object
-
- net.anotheria.anosite.content.servlet.InternalResponse
-
- net.anotheria.anosite.content.servlet.InternalPageBeanResponse
-
- net.anotheria.anosite.content.servlet.InternalPageBeanWithRedirectResponse
-
public class InternalPageBeanWithRedirectResponse extends InternalPageBeanResponse
An internal response with a redirect.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description InternalPageBeanWithRedirectResponse(PageBean bean, String aRedirectUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRedirectUrl()Returns the redirect url.-
Methods inherited from class net.anotheria.anosite.content.servlet.InternalPageBeanResponse
getPageBean
-
Methods inherited from class net.anotheria.anosite.content.servlet.InternalResponse
canContinue, getCode, setCode, toString
-
-