Class PluginBeanOptions
java.lang.Object
de.xima.fc.gui.common.plugingui.PluginBeanOptions
- All Implemented Interfaces:
Serializable
Options for the
PluginBeanHelper.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginBeanOptions.Builderbuilder()Creates a new builder to configure aPluginBeanOptionsinstance.booleanbooleanbooleanboolean
-
Method Details
-
isAllowBeanWithNoScope
public boolean isAllowBeanWithNoScope()- Returns:
- Whether a bean that specifies no scope is allowed. If so, it will use the default scope set of the plugin bean helper.
-
isProcessManagedProperties
public boolean isProcessManagedProperties()- Returns:
- Whether the processing of
ManagedPropertyannotations is activated. Requires aFacesContext.getCurrentInstance()to be available.
-
isProcessPostConstructs
public boolean isProcessPostConstructs()- Returns:
- Whether the processing of
PostConstructannotations is activated. Default tofalse.
-
isProcessPreDestroys
public boolean isProcessPreDestroys()- Returns:
- Whether the processing of
PreDestroyannotations is activated. Default tofalse.
-
builder
Creates a new builder to configure aPluginBeanOptionsinstance.- Returns:
- A new builder for a plugin bean options instance.
-