public class PluginBeanOptions extends Object implements Serializable
PluginBeanHelper
.Modifier and Type | Class and Description |
---|---|
static class |
PluginBeanOptions.Builder |
Constructor and Description |
---|
PluginBeanOptions(boolean allowBeanWithNoScope,
boolean processManagedProperties,
boolean processPostConstructs,
boolean processPreDestroys) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowBeanWithNoScope() |
boolean |
isProcessManagedProperties() |
boolean |
isProcessPostConstructs() |
boolean |
isProcessPreDestroys() |
public PluginBeanOptions(boolean allowBeanWithNoScope, boolean processManagedProperties, boolean processPostConstructs, boolean processPreDestroys)
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 © 2019 XIMA MEDIA GmbH. All rights reserved.