Package de.xima.fc.gui.bean.plugingui
Class PluginBeanOptions
- java.lang.Object
 - 
- de.xima.fc.gui.bean.plugingui.PluginBeanOptions
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PluginBeanOptions extends Object implements Serializable
Options for thePluginBeanHelper.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPluginBeanOptions.BuilderSimple builder class for aPluginBeanOptions. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowBeanWithNoScope()booleanisProcessManagedProperties()booleanisProcessPostConstructs()booleanisProcessPreDestroys() 
 - 
 
- 
- 
Method Detail
- 
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. 
 
 - 
 
 -