VaadinSession attributes access

Is there any reason for not having a getAttributeNames method on VaadinSession?

Is there a way of getting the key values to the attribute object in VaadinSession?

Thanks,
Malcolm

Hi,

please try com.vaadin.server.VaadinSession.getSession() - it should have everything you need.

-tepi

Thanks.