As of JSF 2.x there are 4 Bean Scopes: @SessionScoped; @RequestScoped; @ApplicationScoped; @ViewScoped. Session Scope: The session scope persists from the time ...
確定! 回上一頁