!
@StrutsApplication(bundle = "TitlesResources", path = "student", titleKey = "private.student",
accessGroup = “role(STUDENT)”, hint = “Student")
@Mapping(module = "student", path = "/showStudentPortal")
@Forwards(@Forward(name = "studentPortal", path = "/student/main_bd.jsp"))
public class ShowStudentPortalDA extends Action {
}
!
@Mapping(module = "student", path = "/registration",
functionality = ViewStudentTimeTable.class)
public class RegistrationDAForStudent extends RegistrationDA {
}
@StrutsApplication(path = "consult", titleKey = "consult", bundle = "StudentResources",
accessGroup = “role(STUDENT)”, hint = "Student")
public static class StudentViewApp {
}