public enum TYPE { TYPE_A, TYPE_B; //... }
public void init(TYPE type) { //... }
<f:metadata> <f:event type="preRenderView" listener="#{fooBean.init('TYPE_A')}"/> </f:metadata>
No comments:
Post a Comment