* @throws ECARException
*/
public CapaPrincipal(HttpServletRequest request) throws ECARException {
super(request);
this.segmentoItemDao = new SegmentoItemDao(null);
this.carregarMenuNavegacao();
this.carregarSuperDestaqueArtigos();
this.carregarMaisArtigos();
this.carregarAgenda();