01: package com.sun.portal.app.sharedevents.faces; 02: 03: public class EventsUserSessionBackingBean { 04: 05: public static final String BEAN_NAME = "EventsUserSessionBean"; 06: 07: private EventAlert alert = new EventAlert(); 08: 09: public EventAlert getEventAlert() { 10: return alert; 11: } 12: 13: }