|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanManager
This interface defines a contract for utility methods for beans that are managed by the JSF managed-bean facility.
| Method Summary | |
|---|---|
void |
invokePreDestroyMethods(Object managedBean,
boolean preferPreDestroy)
This method services as a convenience routine for invoking all methods of the specified managed-bean are marked with the javax.annotation.PreDestroy annotation. |
boolean |
isManagedBean(String name,
Object value)
Determines whether or not the specified value is a bean that is managed by the JSF managed-bean facility. |
| Method Detail |
|---|
void invokePreDestroyMethods(Object managedBean,
boolean preferPreDestroy)
managedBean - The managed-bean that is to have its PreDestroy annotated method(s) invoked, if any.preferPreDestroy - Boolean flag indicating that methods annotated with @PreDestroy should be
preferably invoked over those annotated with @BridgePreDestroy.
boolean isManagedBean(String name,
Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||