How to get Backing bean class?

How to get the backing bean class. I know it can be retrieved in FacesContext.getCurrentInstance().getExternalContext().getSessionMap()? I do not want to initialise the bean, i just want the class of the bean.

[216 byte] By [jimmy6a] at [2007-11-27 10:39:37]
# 1

Why don't you just use ClassName.class...?

orribla at 2007-7-28 19:02:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

i found it .RuntimeConfig.getCurrentInstance.

Because i do not want to init the bean

jimmy6a at 2007-7-28 19:02:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...