English 中文(简体)
收集“@ManagedBean”名称清单,以分类绘图
原标题:Breakpoint in mojarra source to get a list of @ManagedBean name to class mappings

我只想获得一个@ManagedBean名称点,在Mojarra 2.0来源进行分类。

谁能告诉我我我,我可以确定一个突破点?

最佳回答

不能确定你想要做些什么,但测绘工作在<条码>下管理的Beans 财产中,com.sun.faces.application.annotation.ManagedBeanConfigHandler。 班级。

问题回答

暂无回答




相关问题
Pass request parameters through FacesContext

I moved from JSF 1.2 to JSF 2.0 and it seems I missed something during the switch. I have following scenario: There is a button on one page with actionListener set to one managed bean s method which ...

How does JSF find beans annotated with @ManagedBean?

As far as I know, for using @Annotations (or [Attributes] in C#) you have to have a reference to the class metadata, so that you can ask if the class is annotated (attributed) or not. My question is ...

JSF 2 localization (managed bean)

I have a properties file for localization: foo=Bar title=Widget Application This is tied in as a resource-bundle in the faces-config: <resource-bundle> <base-name>com.example....

Get JSF managed bean by name in any Servlet related class

I m trying to write a custom servlet (for AJAX/JSON) in which I would like to reference my @ManagedBeans by name. I m hoping to map: http://host/app/myBean/myProperty to: @ManagedBean(name="myBean"...

热门标签