Uses of Class
net.anotheria.anosite.content.bean.PageBean
-
Packages that use PageBean Package Description net.anotheria.anosite.content.servlet -
-
Uses of PageBean in net.anotheria.anosite.content.servlet
Methods in net.anotheria.anosite.content.servlet that return PageBean Modifier and Type Method Description PageBeanInternalPageBeanResponse. getPageBean()Returns the page bean.Constructors in net.anotheria.anosite.content.servlet with parameters of type PageBean Constructor Description InternalPageBeanResponse(PageBean aPageBean)Creates a new InternalPageBeanResponse with a pagebean and InternalResponseCode.CONTINUE.InternalPageBeanResponse(InternalResponseCode code, PageBean aPageBean)Creates a new InternalPageBeanResponse with the given response code and pageBean.InternalPageBeanWithRedirectResponse(PageBean bean, String aRedirectUrl)
-