systemeventlistener

    1熱度

    1回答

    我已使用How to disable elements from within a ViewHandler after jsf has embedded the composite component?的答案以編程方式禁用所有窗體中的所有組件。 A SystemEventListener捕捉並禁用所有組件。 我想添加的是從CDI bean獲取一些邏輯。看來我不能@Inject一個CDI豆Syste

    4熱度

    2回答

    我正在使用Primefaces。對於某些頁面,我想排除primefacs包含的資源,尤其是主題資源。 <link type="text/css" rel="stylesheet" href="/context/javax.faces.resource/theme.css?ln=primefaces-owntheme" /> 我嘗試用SystemEventListener如下: public

    1熱度

    1回答

    平臺: JSF(鑽嘴魚科)2.1.14 我試圖初始化應用程序範圍內管理使用PostConstructApplicationEvent豆,那是因爲我有一個重要的制約因素是不使用@PostConstruct註釋因爲所需構建工具編譯使用Java 5爲此,我已經在這個類實現的SystemEventListener接口 public class ApplicationListener implements