Class InternalBoxBeanListResponse
- java.lang.Object
-
- net.anotheria.anosite.content.servlet.InternalResponse
-
- net.anotheria.anosite.content.servlet.InternalBoxBeanListResponse
-
- Direct Known Subclasses:
InternalBoxBeanListWithRedirectResponse
public class InternalBoxBeanListResponse extends InternalResponse
-
-
Constructor Summary
Constructors Constructor Description InternalBoxBeanListResponse(List<BoxBean> someBeans)InternalBoxBeanListResponse(InternalResponseCode code, List<BoxBean> someBeans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BoxBean>getBeans()-
Methods inherited from class net.anotheria.anosite.content.servlet.InternalResponse
canContinue, getCode, setCode, toString
-
-