Package com.hack23.cia.web.impl.ui.application.views.user.govermentbody


package com.hack23.cia.web.impl.ui.application.views.user.govermentbody
This package provides classes and interfaces for managing government body views within the Citizen Intelligence Agency web application. Key classes and interfaces: - GovernmentBodyView: View class for displaying government body details. - GovernmentBodyRankingView: View class for displaying government body rankings. Dependencies and relationships: - Depends on com.hack23.cia.web.impl.ui.application.views.common.pagemode for PageModeContentFactory. - Depends on com.hack23.cia.web.impl.ui.application.views.common.viewnames for UserViews. - Depends on com.hack23.cia.web.impl.ui.application.views.user.common for AbstractRankingView and AbstractGroupView. - Depends on org.springframework.context for ApplicationContext. - Depends on com.vaadin.spring.annotation for SpringView.