public class PluginBeanOptions extends Object implements Serializable
PluginBeanHelper.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PluginBeanOptions.Builder
Simple builder class for a  
PluginBeanOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isAllowBeanWithNoScope()  | 
boolean | 
isProcessManagedProperties()  | 
boolean | 
isProcessPostConstructs()  | 
boolean | 
isProcessPreDestroys()  | 
public boolean isAllowBeanWithNoScope()
public boolean isProcessManagedProperties()
ManagedProperty annotations is activated. Requires a
 FacesContext.getCurrentInstance() to be available.public boolean isProcessPostConstructs()
PostConstruct annotations is activated. Default to false.public boolean isProcessPreDestroys()
PreDestroy annotations is activated. Default to false.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.